mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
feat: Resolve builtin-attr and tools in ide layer
This commit is contained in:
parent
4691a0647b
commit
e58af219a4
15 changed files with 209 additions and 99 deletions
|
@ -299,6 +299,7 @@ pub func() {
|
|||
r#"
|
||||
//- minicore:derive
|
||||
#[rustc_builtin_macro]
|
||||
//^^^^^^^^^^^^^^^^^^^
|
||||
pub macro Copy {}
|
||||
//^^^^
|
||||
#[derive(Copy)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue