about summary refs log tree commit diff
path: root/src/test/ui/span/issue-36530.stderr
AgeCommit message (Collapse)AuthorLines
2022-08-28Remove `register_attr`-related testsYuki Okushi-12/+0
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2020-11-19resolve: Centralize some error reporting for unexpected macro resolutionsVadim Petrochenkov-3/+3
2020-02-09--bless --compare-mode=nllMatthias Prechtl-1/+1
2019-11-09Remove `#[feature(custom_attribute)]`Vadim Petrochenkov-1/+1
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-20/+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-3/+3
https://github.com/rust-lang/rust/issues/60532
2019-04-11Reword tracking issue noteEsteban Küber-3/+3
2019-04-10Tweak unstable diagnostic outputEsteban Küber-3/+6
2019-03-11Update testsVadim Petrochenkov-3/+3
2018-12-25Remove licensesMark Rousskov-3/+3
2018-10-01Extra proc macro gates are now at #54727Alex Crichton-1/+1
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-3/+11
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn ↵Vadim Petrochenkov-4/+4
resolve_macro_to_def`
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-2/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2/+2
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e.
2017-05-24Change error count messagesMichael Kohl-1/+1
See #33525 for details.
2016-09-16fix top level attr spansMikhail Modin-0/+18