about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-doc_spotlight.rs
AgeCommit message (Collapse)AuthorLines
2021-03-15Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`Camelid-4/+0
"spotlight" is not a very specific or self-explaining name. Additionally, the dialog that it triggers is called "Notable traits". So, "notable trait" is a better name. * Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` * Rename `#![feature(doc_spotlight)]` to `#![feature(doc_notable_trait)]` * Update documentation * Improve documentation
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+4
This reverts commit 1244ced9580b942926afc06815e0691cf3f4a846.
2020-02-27Remove "important traits" featureGuillaume Gomez-4/+0
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-1/+1
https://github.com/rust-lang/rust/issues/60532
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+14