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