rust/crates/proc_macro_srv/src
Aleksey Kladov b610118453 Deny unreachable-pub
It's very useful when `pub` is equivalent to "this is crate's public
API", let's enforce this!

Ideally, we should enforce it for local `cargo test`, and only during
CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
2020-11-02 14:07:08 +01:00
..
proc_macro Add track_env_var to the proc macro server 2020-10-08 17:06:20 +03:00
tests Add a proc_macro_test crate 2020-08-15 00:27:32 +02:00
cli.rs Rename ra_proc_macro -> proc_macro_api 2020-08-13 12:39:27 +02:00
dylib.rs Rename ra_proc_macro -> proc_macro_api 2020-08-13 12:39:27 +02:00
lib.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
rustc_server.rs Add track_env_var to the proc macro server 2020-10-08 17:06:20 +03:00