We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allow_non_camel_case_types
ICE
1 parent 2502811 commit 9401707Copy full SHA for 9401707
compiler/stable_mir/src/lib.rs
@@ -89,6 +89,7 @@ pub type ImplTraitDecls = Vec<ImplDef>;
89
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
90
pub enum CompilerError<T> {
91
/// Internal compiler error (I.e.: Compiler crashed).
92
+ #[allow(non_camel_case_types)]
93
ICE,
94
/// Compilation failed.
95
CompilationFailed,
0 commit comments