Skip to content

Commit

Permalink
allow_non_camel_case_types for ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwang05 committed Oct 3, 2023
1 parent f25407a commit 9d04f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/stable_mir/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pub type ImplTraitDecls = Vec<ImplDef>;
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum CompilerError<T> {
/// Internal compiler error (I.e.: Compiler crashed).
#[allow(non_camel_case_types)]
ICE,
/// Compilation failed.
CompilationFailed,
Expand Down

0 comments on commit 9d04f23

Please sign in to comment.