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