]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_builtin_macros/src/asm.rs
Rollup merge of #106100 - scottmcm:derived-less-than-test, r=compiler-errors
[rust.git] / compiler / rustc_builtin_macros / src / asm.rs
index 900c4427424abc5be1b505c2eab34077c8facc72..925392b500ad27196d33e92c7a81b475762a33a0 100644 (file)
@@ -352,7 +352,7 @@ pub fn parse_asm_args<'a>(
 ///
 /// This function must be called immediately after the option token is parsed.
 /// Otherwise, the suggestion will be incorrect.
-fn err_duplicate_option<'a>(p: &mut Parser<'a>, symbol: Symbol, span: Span) {
+fn err_duplicate_option(p: &mut Parser<'_>, symbol: Symbol, span: Span) {
     let mut err = p
         .sess
         .span_diagnostic