Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
resolve
/
path-attr-in-const-block.rs
blob: 076511d26d6d3379642736d1d309665621e6924c [
file
] [
edit
]
// issue#126516
// issue#126647
fn
main
()
{
const
{
#![
path
=
foo
!()]
//~^ ERROR: cannot find macro `foo` in this scope
}
}