Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f7c2eca

Browse files
BLANKatGITHUBRalfJung
andauthoredMar 13, 2025
Update compiler/rustc_error_codes/src/error_codes/E0622.md
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent 8600a0d commit f7c2eca

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-0
lines changed
 

‎compiler/rustc_error_codes/src/error_codes/E0622.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Erroneous code example:
77
#![allow(internal_features)]
88
99
#[rustc_intrinsic]
10+
#[allow(non_upper_case_globals)]
1011
pub static atomic_singlethreadfence_seqcst: fn() = || {};
1112
// error: intrinsic must be a function
1213

0 commit comments

Comments
 (0)
Failed to load comments.