Comment tweaks

This commit is contained in:
asquared31415 2021-07-21 16:10:22 -04:00
parent 75915ad16f
commit 1e1f2194b6
2 changed files with 2 additions and 1 deletions

View file

@ -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 {