mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
2bb98e2c48
To ensure used statics are functioning correctly for proc-macros too.
4 lines
54 B
Rust
4 lines
54 B
Rust
#![crate_type = "proc-macro"]
|
|
|
|
extern crate dep as _;
|