Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
run-pass
/
proc-macro
/
auxiliary
/
hygiene_example.rs
blob: f7e7e0b5751ee4f963d08908f31ccd13616d2c31 [
file
] [
log
] [
blame
]
extern
crate hygiene_example_codegen
;
pub
use
hygiene_example_codegen
::
hello
;
pub
fn
print
(
string
:
&
str
)
{
println
!(
"{}"
,
string
);
}