You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lint-builtin-non-shorthand-field-patterns = the `{$ident}:` in this pattern is redundant
296
296
.suggestion = use shorthand field pattern
297
+
298
+
lint-builtin-overridden-symbol-name =
299
+
the linker's behavior with multiple libraries exporting duplicate symbol names is undefined and Rust cannot provide guarantees when you manually override them
300
+
301
+
lint-builtin-overridden-symbol-section =
302
+
the program's behavior with overridden link sections on items is unpredictable and Rust cannot provide guarantees when you manually override them
303
+
304
+
lint-builtin-allow-internal-unsafe =
305
+
`allow_internal_unsafe` allows defining macros using unsafe without triggering the `unsafe_code` lint at their call site
306
+
307
+
lint-builtin-unsafe-block = usage of an `unsafe` block
308
+
309
+
lint-builtin-unsafe-trait = declaration of an `unsafe` trait
310
+
311
+
lint-builtin-unsafe-impl = implementation of an `unsafe` trait
312
+
313
+
lint-builtin-no-mangle-fn = declaration of a `no_mangle` function
314
+
lint-builtin-export-name-fn = declaration of a function with `export_name`
315
+
lint-builtin-link-section-fn = declaration of a function with `link_section`
316
+
317
+
lint-builtin-no-mangle-static = declaration of a `no_mangle` static
318
+
lint-builtin-export-name-static = declaration of a static with `export_name`
319
+
lint-builtin-link-section-static = declaration of a static with `link_section`
320
+
321
+
lint-builtin-no-mangle-method = declaration of a `no_mangle` method
322
+
lint-builtin-export-name-method = declaration of a method with `export_name`
323
+
324
+
lint-builtin-decl-unsafe-fn = declaration of an `unsafe` function
325
+
lint-builtin-decl-unsafe-method = declaration of an `unsafe` method
326
+
lint-builtin-impl-unsafe-method = implementation of an `unsafe` method
0 commit comments