Update tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs

fix to test as proposed by wesleywiser

Co-authored-by: Wesley Wiser <wwiser@gmail.com>
This commit is contained in:
Felix S Klock II 2023-08-04 12:11:34 -04:00 committed by GitHub
parent 7a0e2ee133
commit 5881e5f88d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
// run-pass
// build-pass
// aux-build:exports_no_mangle.rs
#![crate_type = "proc-macro"]