about summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/stability-attribute-trait-impl.rs
AgeCommit message (Collapse)AuthorLines
2021-01-15Don't mark `ineffective_unstable_trait_impl` as an internal lintJoshua Nelson-1/+1
It's not an internal lint: - It's not in the rustc::internal lint group - It's on unconditionally, because it actually lints `staged_api`, not the compiler This fixes a bug where `#[deny(rustc::internal)]` would warn that `rustc::internal` was an unknown lint.
2020-09-11Improve `ineffective_unstable_trait_impl` error message.Mara Bos-1/+1
2020-09-11Add test for unstable trait impl lint.Mara Bos-0/+28