]> git.proxmox.com Git - rustc.git/blobdiff - src/test/codegen-units/item-collection/unreferenced-const-fn.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / codegen-units / item-collection / unreferenced-const-fn.rs
index ec6be0ecf43efb41bae6e57f0e32cd593366c55b..17b92eae00d0680e9eea740db9a87bccc8f82043 100644 (file)
@@ -3,7 +3,7 @@
 #![deny(dead_code)]
 #![crate_type = "rlib"]
 
-//~ MONO_ITEM fn unreferenced_const_fn::foo[0] @@ unreferenced_const_fn-cgu.0[External]
+//~ MONO_ITEM fn foo @@ unreferenced_const_fn-cgu.0[External]
 pub const fn foo(x: u32) -> u32 {
     x + 0xf00
 }