mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
5 lines
65 B
Rust
5 lines
65 B
Rust
use proc_macro_srv::cli;
|
|
|
|
fn main() {
|
|
cli::run().unwrap();
|
|
}
|