mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Add ra_proc_macro
This commit is contained in:
parent
3d38d4dc94
commit
a617f24eae
3 changed files with 28 additions and 0 deletions
7
crates/ra_proc_macro/src/lib.rs
Normal file
7
crates/ra_proc_macro/src/lib.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue