mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-15 03:05:43 +00:00
8 lines
105 B
Rust
8 lines
105 B
Rust
// check-pass
|
|
// edition:2018
|
|
|
|
extern crate proc_macro;
|
|
use proc_macro::TokenStream; // OK
|
|
|
|
fn main() {}
|