about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/resolve-error.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-128/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being ↵Oli Scherer-8/+4
available
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-8/+8
2020-07-27mv std libs to library/mark-2/+2
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-14/+14
2020-03-21Bless testsLeSeulArtichaut-12/+8
2020-01-10Ignore platforms that can't point to stdEsteban Küber-15/+30
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-25/+17
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-8/+41
2020-01-09Update testsVadim Petrochenkov-10/+34
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-4/+14
Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method.
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-4/+4
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-2/+2
2019-08-27resolve: Block expansion of a derive container until all its derives are ↵Vadim Petrochenkov-38/+38
resolved Also mark derive helpers as known as a part of the derive container's expansion instead of expansion of the derives themselves which may happen too late.
2019-07-18resolve: Visit all scopes to collect suggestion candidates for unresolved macrosVadim Petrochenkov-7/+7
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-16/+9
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-2/+2
https://github.com/rust-lang/rust/issues/60532
2019-06-08Remove some more `#![feature(custom_attribute)]`sVadim Petrochenkov-2/+21
2019-05-22tests: Centralize proc macros commonly used for testingVadim Petrochenkov-8/+8
2019-03-18filter suggestions from extern preludeAndy Russell-1/+1
2018-12-25Remove licensesMark Rousskov-8/+8
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+50