mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
internal: Implement naked_asm!
builtin
This commit is contained in:
parent
acd469681f
commit
f748eb510e
3 changed files with 4 additions and 1 deletions
|
@ -434,6 +434,7 @@ impl<'db> SemanticsImpl<'db> {
|
|||
| BuiltinFnLikeExpander::ModulePath
|
||||
| BuiltinFnLikeExpander::Asm
|
||||
| BuiltinFnLikeExpander::GlobalAsm
|
||||
| BuiltinFnLikeExpander::NakedAsm
|
||||
| BuiltinFnLikeExpander::LogSyntax
|
||||
| BuiltinFnLikeExpander::TraceMacros
|
||||
| BuiltinFnLikeExpander::FormatArgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue