rust/compiler/rustc_builtin_macros/src
Matthias Krüger 7407c4e37d
Rollup merge of #91172 - Ethiraric:ethiraric/fix90979, r=petrochenkov
Warn when a `#[test]`-like built-in attribute macro is present multiple times.

Fixes #90979.
2021-12-16 17:23:07 +01:00
..
deriving Remove redundant [..]s 2021-12-09 00:01:29 +01:00
format_foreign Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
asm.rs Remove automatic rustfix of asm! to llvm_asm! 2021-12-12 11:20:03 +00:00
assert.rs Use correct edition for panic in [debug_]assert!() etc. 2021-10-07 14:27:08 +02:00
cfg_accessible.rs
cfg_eval.rs Add a lint for duplicated attributes. 2021-12-15 23:43:13 +01:00
cfg.rs
cmdline_attrs.rs
compile_error.rs
concat_bytes.rs Implement concat_bytes! 2021-12-06 21:05:13 -05:00
concat_idents.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
concat.rs
derive.rs rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
env.rs
format_foreign.rs Improve error message for printf-style format strings 2021-09-29 02:02:45 +02:00
format.rs Rollup merge of #91625 - est31:remove_indexes, r=oli-obk 2021-12-10 22:40:36 +01:00
global_allocator.rs ast: Fix naming conventions in AST structures 2021-11-07 21:38:17 +08:00
lib.rs Stabilize iter::zip. 2021-12-14 18:50:31 -04:00
llvm_asm.rs
log_syntax.rs
panic.rs Use correct edition for panic in [debug_]assert!() etc. 2021-10-07 14:27:08 +02:00
proc_macro_harness.rs Compute proc_macros in resolutions. 2021-09-01 20:13:16 +02:00
source_util.rs Compute a better lint_node_id during expansion 2021-07-17 23:03:56 -05:00
standard_library_imports.rs rustc_span: Ident::invalid -> Ident::empty 2021-10-17 23:20:30 +03:00
test_harness.rs expand: Turn ast::Crate into a first class expansion target 2021-11-28 15:48:55 +08:00
test.rs Add a lint for duplicated attributes. 2021-12-15 23:43:13 +01:00
trace_macros.rs
util.rs Add a lint for duplicated attributes. 2021-12-15 23:43:13 +01:00