]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-45562.fixed
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-45562.fixed
index c23f5909bbe22e61101553cad92a7e1d55774ca5..ac700fbd0464392744b4258d4df22547fd773def 100644 (file)
@@ -1,6 +1,6 @@
 // run-rustfix
 
 #[no_mangle] pub static RAH: usize = 5;
-//~^ ERROR const items should never be #[no_mangle]
+//~^ ERROR const items should never be `#[no_mangle]`
 
 fn main() {}