Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
call-site.rs
blob: 31fa78902d5d61bd9ac1576a0e69e2c17ccc07f2 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
//@ aux-build:call-site.rs
extern
crate call_site
;
fn
main
()
{
let
x1
=
10
;
call_site
::
check
!(
let
x2
=
x1
;);
let
x6
=
x5
;
}