Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
run-make-fulldeps
/
pretty-expanded-hygiene
/
input.pp.rs
blob: b835bf8782cc3fcc2391a95a53852bad2a3c611f [
file
] [
log
] [
blame
]
// minimal junk
#![
feature
(
no_core
)]
#![
no_core
]
macro_rules
!
foo
/* 60#0 */
((
$ x
:
ident
)
=>
{
y
+
$ x
});
fn
bar
/* 62#0 */
()
{
let
x
/* 59#2 */
=
1
;
y
/* 61#4 */
+
x
/* 59#5 */
}
fn
y
/* 61#0 */
()
{
}