rust/compiler/rustc_expand/src/mbe
Lena Milizé 04f20d4ac8 compiler: print the suggestion only for local macros
And wrap the link in the diagnostic in angle brackets.

Signed-off-by: Lena Milizé <me@lvmn.org>
2023-04-12 15:43:50 +02:00
..
diagnostics.rs compiler: print the suggestion only for local macros 2023-04-12 15:43:50 +02:00
macro_check.rs rustc_expand: remove ref patterns 2023-01-17 07:48:19 +00:00
macro_parser.rs Replace some _ == _ || _ == _s with matches!(_, _ | _)s 2023-01-30 12:26:26 +00:00
macro_rules.rs Remove a redundant function argument 2023-02-20 15:28:58 +00:00
metavar_expr.rs Fix some clippy::complexity 2023-04-09 23:22:14 +02:00
quoted.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
transcribe.rs unequal → not equal 2023-03-15 23:55:48 +05:30