Comment tweaks
This commit is contained in:
parent
75915ad16f
commit
1e1f2194b6
2 changed files with 2 additions and 1 deletions
|
@ -473,6 +473,7 @@ fn expand_preparsed_asm(
|
|||
}
|
||||
}
|
||||
|
||||
// Lint against the use of named labels in inline `asm!` but not `global_asm!`
|
||||
if is_local_asm {
|
||||
let find_label_span = |needle: &str| -> Option<Span> {
|
||||
if let Some(snippet) = &template_snippet {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue