diff options
| author | Michael Goulet <michael@errs.io> | 2024-12-31 05:03:22 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-12-31 05:03:22 +0000 |
| commit | ea291e5b5f5c2562fec89a11444e0dc4388565cf (patch) | |
| tree | 4005485bc538e6c7d4d9d0623fbd5190e567a941 /compiler/rustc_builtin_macros/src/asm.rs | |
| parent | c6afe82b8a3255145ba0eeeb49f8c590e38f38e2 (diff) | |
| download | rust-ea291e5b5f5c2562fec89a11444e0dc4388565cf.tar.gz rust-ea291e5b5f5c2562fec89a11444e0dc4388565cf.zip | |
Account for format_args in HiddenUnicodeCodepoints lint
Diffstat (limited to 'compiler/rustc_builtin_macros/src/asm.rs')
| -rw-r--r-- | compiler/rustc_builtin_macros/src/asm.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_builtin_macros/src/asm.rs b/compiler/rustc_builtin_macros/src/asm.rs index 238cc14ff0b..5062cf55bb9 100644 --- a/compiler/rustc_builtin_macros/src/asm.rs +++ b/compiler/rustc_builtin_macros/src/asm.rs @@ -531,6 +531,7 @@ fn expand_preparsed_asm( symbol: template_str, style: template_style, span: template_span, + .. } = { let ExpandResult::Ready(mac) = expr_to_spanned_string(ecx, template_expr, msg) else { return ExpandResult::Retry(()); |
