about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/issue-41211.rs
AgeCommit message (Collapse)AuthorLines
2022-08-28Remove `register_attr`-related testsYuki Okushi-16/+0
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-2/+4
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-2/+2
Normally `#![feature(...)]` shouldn't change behavior, but custom attributes in particular are in the process of retirement, and we should not produce a message telling to enable them. It also helps with unifying diagnostics for unresolved macros.
2019-05-22tests: Centralize proc macros commonly used for testingVadim Petrochenkov-5/+5
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-0/+1
Fix a number of uncovered deficiencies in diagnostics
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-09Move former compile-fail-fulldeps tests to uiVadim Petrochenkov-0/+23