xref
: /
third_party
/
rust
/
crates
/
proc-macro-error
/
tests
/
ui
/
option_ext.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
use
test_crate
::*;
3
4
option_ext
!(
one
,
two
);
5
6
fn
main
() {}
7