2024-07-10 17:38:52 +02:00
|
|
|
// Ensure we validate `#![crate_name]` on print requests and reject macro calls inside of it.
|
|
|
|
|
// See also <https://github.com/rust-lang/rust/issues/122001>.
|
|
|
|
|
|
|
|
|
|
//@ compile-flags: --print=crate-name
|
2025-08-11 11:46:30 +02:00
|
|
|
#![crate_name = concat!("wrapped")] //~ ERROR attribute value must be a literal
|