about summary refs log tree commit diff
path: root/src/test/ui/no-link.stderr
AgeCommit message (Collapse)AuthorLines
2021-12-17Remove effect of `#[no_link]` attribute on name resolutionVadim Petrochenkov-9/+0
Previously it hid all non-macro names from other crates. This has no relation to linking and can change name resolution behavior in some cases (e.g. glob conflicts), in addition to just producing the "unresolved name" errors
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-7/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+15