xref
: /
third_party
/
rust
/
crates
/
proc-macro-error
/
tests
/
ui
/
multiple_tokens.rs
(revision ea88969f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/proc-macro-error/tests/ui/
1
extern
crate
test_crate
;
2
3
#[
test_crate
::
multiple_tokens
]
4
type
T = ();
5
6
fn
main
() {}