2023-07-27 13:23:04 +00:00
|
|
|
//@aux-build:../auxiliary/proc_macros.rs
|
2023-07-27 11:40:22 +00:00
|
|
|
//@no-rustfix
|
2023-03-07 09:40:55 -05:00
|
|
|
extern crate proc_macros;
|
2023-03-06 21:54:24 +00:00
|
|
|
|
2023-03-07 09:40:55 -05:00
|
|
|
use proc_macros::with_span;
|
2023-03-06 21:54:24 +00:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
println!(with_span!(""something ""));
|
|
|
|
}
|