about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/issue-41211.stderr
AgeCommit message (Collapse)AuthorLines
2022-08-28Remove `register_attr`-related testsYuki Okushi-22/+0
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-1/+2
Emit description of the ambiguity as a note. Co-authored-by: Noah Lev <camelidcamel@gmail.com> Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-3/+16
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-12/+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-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-1/+1
https://github.com/rust-lang/rust/issues/60532
2019-05-22tests: Centralize proc macros commonly used for testingVadim Petrochenkov-5/+5
2019-04-11Reword tracking issue noteEsteban Küber-1/+1
2019-04-10Tweak unstable diagnostic outputEsteban Küber-1/+2
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-1/+1
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-1/+7
Fix a number of uncovered deficiencies in diagnostics
2018-12-25Remove licensesMark Rousskov-1/+1
2018-12-09Move former compile-fail-fulldeps tests to uiVadim Petrochenkov-0/+11