We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb734b commit 2120b38Copy full SHA for 2120b38
src/tools/rust-analyzer/crates/hir-def/src/body/lower/asm.rs
@@ -1,3 +1,4 @@
1
+//! Lowering of inline assembly.
2
use hir_expand::name::Name;
3
use intern::Symbol;
4
use rustc_hash::{FxHashMap, FxHashSet};
0 commit comments