Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
syntax-extension-minor.rs
blob: 4ef78a1eb98d74e712df01caa110e25465690b1f [
file
]
fn
main
()
{
let
asdf_fdsa
=
~
"<.<"
;
assert
(
concat_idents
!(
asd
,
f_f
,
dsa
)
==
~
"<.<"
);
assert
(
ident_to_str
!(
use_mention_distinction
)
==
~
"use_mention_distinction"
);
}