about summary refs log tree commit diff
path: root/src/test/ui/imports/macros.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-41/+0
2022-12-19add function to tell if the current ambiguity error matches a previous one ↵Yiming Lei-1/+0
in ambiguity_errors if 2 errors of the kind and ident and span of the ident, b1, b2 and misc1 misc2 are the same then these 2 ambiguity errors matched prevent identical ambiguity error from pushing into vector of ambiguity_errors this will fix #105177
2020-01-09Update testsVadim Petrochenkov-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-03resolve: Prefer `macro_rules` definitions to in-module macro definitions in ↵Vadim Petrochenkov-1/+1
some cases
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-2/+0
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features ↵Vadim Petrochenkov-1/+1
is enabled Do not mark all builtin attributes as used when macro modularization is enabled
2018-03-14Add empty main() to tests where it is missing.Eric Huss-0/+2
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-8/+6
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-0/+53