Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-50403.rs
blob: ab22aff26d99c5e26f2524e4a66dcab8eeb498e6 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
concat_idents
)]
fn
main
()
{
let
x
=
concat_idents
!();
//~ ERROR `concat_idents!()` takes 1 or more arguments
}