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