We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8600a0d commit f7c2ecaCopy full SHA for f7c2eca
compiler/rustc_error_codes/src/error_codes/E0622.md
@@ -7,6 +7,7 @@ Erroneous code example:
7
#![allow(internal_features)]
8
9
#[rustc_intrinsic]
10
+#[allow(non_upper_case_globals)]
11
pub static atomic_singlethreadfence_seqcst: fn() = || {};
12
// error: intrinsic must be a function
13
0 commit comments