Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-19734.rs
blob: fe4a327aef49ce0643e1d114687e75c72af1bb8c [
file
] [
log
] [
blame
]
fn
main
()
{}
struct
Type
;
impl
Type
{
undef
!();
//~^ ERROR cannot find macro `undef` in this scope
}