Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
not-joint.rs
blob: 16b89bc6e8193788764aee66bdcd03c7a35972ee [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:not-joint.rs
extern
crate not_joint
as
bar
;
use
bar
::{
tokens
,
nothing
};
tokens
![<
-];
#[
nothing
]
a
![<
-];
#[
nothing
]
b
!{<
-}
#[
nothing
]
c
!(<
-);
#[
nothing
]
fn
foo
()
{
//! dox
let
x
=
2
<
-
3
;
}
fn
main
()
{}