mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Deduplicate dummy test span maps
This commit is contained in:
parent
c43078f99d
commit
6208960c48
12 changed files with 99 additions and 139 deletions
|
@ -18,11 +18,13 @@ fn main() -> std::io::Result<()> {
|
|||
run()
|
||||
}
|
||||
|
||||
#[cfg(not(FALSE))]
|
||||
#[cfg(not(feature = "sysroot-abi"))]
|
||||
fn run() -> io::Result<()> {
|
||||
panic!("proc-macro-srv-cli requires the `sysroot-abi` feature to be enabled");
|
||||
}
|
||||
|
||||
#[cfg(FALSE)]
|
||||
#[cfg(feature = "sysroot-abi")]
|
||||
fn run() -> io::Result<()> {
|
||||
use proc_macro_api::msg::{self, Message};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue