Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-concat_idents2.rs
blob: 9660ffeafa5188e9531b10a3fe6daaafb315488f [
file
] [
log
] [
blame
]
fn
main
()
{
concat_idents
!(
a
,
b
);
//~ ERROR `concat_idents` is not stable enough
//~| ERROR cannot find value `ab` in this scope
}