about summary refs log tree commit diff
path: root/src/test/ui/tool-attributes/tool-attributes-misplaced-2.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-6/+0
2019-07-11resolve/expand: Catch macro kind mismatches early in resolveVadim Petrochenkov-2/+2
This way we are processing all of them in a single point, rather than separately for each syntax extension kind. Also, the standard expected/found wording is used.
2019-07-11resolve/expand: `resolve_macro_invocation` no longer returns determinate errorsVadim Petrochenkov-2/+2
It either returns the indeterminacy error, or valid (but perhaps dummy) `SyntaxExtension`. With this change enum `Determinacy` is no longer used in libsyntax and can be moved to resolve. The regressions in diagnosics are fixed in the next commits.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-2/+0
`tool_attributes`, `proc_macro_path_invoc`, partially `proc_macro_gen`
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+18