Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
ui
/
resolve
/
path-attr-in-const-block.rs
blob: 69be65bda3f8b2fc93342636c9560676045eec6c [
file
] [
log
] [
blame
]
// issue#126516
// issue#126647
fn
main
()
{
const
{
#![
path
=
foo
!()]
//~^ ERROR: cannot find macro `foo` in this scope
//~| ERROR malformed `path` attribute input
}
}