summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/ui/to_tokens_span.rs
blob: a7c3fc976c9fb9dedfa6d553067386133978f896 (plain)
1
2
3
4
5
6
extern crate test_crate;
use test_crate::*;

to_tokens_span!(std::option::Option);

fn main() {}