summary refs log tree commit diff
path: root/src/test/ui/rust-2018/uniform-paths/macro-rules.stderr
AgeCommit message (Expand)AuthorLines
2022-06-14suggest adding a `#[macro_export]` to a private macroTakayuki Maeda-4/+4
2021-11-20Clarify error messages caused by re-exporting `pub(crate)` visibility to outsideKen Matsui-1/+1
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-1/+2
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-3/+3
2019-01-12resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` itemsVadim Petrochenkov-29/+5
2018-12-24make non_camel_case_types an early lintAndy Russell-9/+9
2018-11-18Fix ICEs from imports of items not defined in modulesVadim Petrochenkov-0/+58