2024-06-20 19:44:36 +08:00
|
|
|
// issue#126516
|
|
|
|
|
// issue#126647
|
|
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
|
const {
|
|
|
|
|
#![path = foo!()]
|
|
|
|
|
//~^ ERROR: cannot find macro `foo` in this scope
|
2025-08-23 19:42:14 +02:00
|
|
|
//~| ERROR: attribute value must be a literal
|
2024-06-20 19:44:36 +08:00
|
|
|
}
|
|
|
|
|
}
|