|
1 | 1 | //@ compile-flags: -Zdeduplicate-diagnostics=yes |
2 | 2 | extern crate rustc_data_structures; |
3 | | -//~^ use of unstable library feature 'rustc_private' |
| 3 | +//~^ use of unstable library feature `rustc_private` |
4 | 4 | //~| NOTE: issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information |
5 | 5 | //~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
6 | 6 | extern crate rustc_macros; |
7 | | -//~^ use of unstable library feature 'rustc_private' |
| 7 | +//~^ use of unstable library feature `rustc_private` |
8 | 8 | //~| NOTE: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information |
9 | 9 | //~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
10 | 10 | extern crate rustc_query_system; |
11 | | -//~^ use of unstable library feature 'rustc_private' |
| 11 | +//~^ use of unstable library feature `rustc_private` |
12 | 12 | //~| NOTE: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information |
13 | 13 | //~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
14 | 14 |
|
15 | 15 | use rustc_macros::HashStable; |
16 | | -//~^ use of unstable library feature 'rustc_private' |
| 16 | +//~^ use of unstable library feature `rustc_private` |
17 | 17 | //~| NOTE: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information |
18 | 18 | //~| NOTE: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
19 | 19 |
|
20 | 20 | #[derive(HashStable)] |
21 | | -//~^ use of unstable library feature 'rustc_private' |
| 21 | +//~^ use of unstable library feature `rustc_private` |
22 | 22 | //~| NOTE: in this expansion of #[derive(HashStable)] |
23 | 23 | //~| NOTE: in this expansion of #[derive(HashStable)] |
24 | 24 | //~| NOTE: in this expansion of #[derive(HashStable)] |
|
0 commit comments