|
2 | 2 | //@ normalize-stderr: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
|
3 | 3 |
|
4 | 4 | //! [struct@m!()] //~ WARN: unmatched disambiguator `struct` and suffix `!()`
|
5 |
| -//! [struct@m!{}] |
| 5 | +//! [struct@m!{}] //~ WARN: unmatched disambiguator `struct` and suffix `!{}` |
6 | 6 | //! [struct@m![]]
|
7 | 7 | //! [struct@f()] //~ WARN: unmatched disambiguator `struct` and suffix `()`
|
8 | 8 | //! [struct@m!] //~ WARN: unmatched disambiguator `struct` and suffix `!`
|
9 | 9 | //!
|
10 | 10 | //! [enum@m!()] //~ WARN: unmatched disambiguator `enum` and suffix `!()`
|
11 |
| -//! [enum@m!{}] |
| 11 | +//! [enum@m!{}] //~ WARN: unmatched disambiguator `enum` and suffix `!{}` |
12 | 12 | //! [enum@m![]]
|
13 | 13 | //! [enum@f()] //~ WARN: unmatched disambiguator `enum` and suffix `()`
|
14 | 14 | //! [enum@m!] //~ WARN: unmatched disambiguator `enum` and suffix `!`
|
15 | 15 | //!
|
16 | 16 | //! [trait@m!()] //~ WARN: unmatched disambiguator `trait` and suffix `!()`
|
17 |
| -//! [trait@m!{}] |
| 17 | +//! [trait@m!{}] //~ WARN: unmatched disambiguator `trait` and suffix `!{}` |
18 | 18 | //! [trait@m![]]
|
19 | 19 | //! [trait@f()] //~ WARN: unmatched disambiguator `trait` and suffix `()`
|
20 | 20 | //! [trait@m!] //~ WARN: unmatched disambiguator `trait` and suffix `!`
|
21 | 21 | //!
|
22 | 22 | //! [module@m!()] //~ WARN: unmatched disambiguator `module` and suffix `!()`
|
23 |
| -//! [module@m!{}] |
| 23 | +//! [module@m!{}] //~ WARN: unmatched disambiguator `module` and suffix `!{}` |
24 | 24 | //! [module@m![]]
|
25 | 25 | //! [module@f()] //~ WARN: unmatched disambiguator `module` and suffix `()`
|
26 | 26 | //! [module@m!] //~ WARN: unmatched disambiguator `module` and suffix `!`
|
27 | 27 | //!
|
28 | 28 | //! [mod@m!()] //~ WARN: unmatched disambiguator `mod` and suffix `!()`
|
29 |
| -//! [mod@m!{}] |
| 29 | +//! [mod@m!{}] //~ WARN: unmatched disambiguator `mod` and suffix `!{}` |
30 | 30 | //! [mod@m![]]
|
31 | 31 | //! [mod@f()] //~ WARN: unmatched disambiguator `mod` and suffix `()`
|
32 | 32 | //! [mod@m!] //~ WARN: unmatched disambiguator `mod` and suffix `!`
|
33 | 33 | //!
|
34 | 34 | //! [const@m!()] //~ WARN: unmatched disambiguator `const` and suffix `!()`
|
35 |
| -//! [const@m!{}] |
| 35 | +//! [const@m!{}] //~ WARN: unmatched disambiguator `const` and suffix `!{}` |
36 | 36 | //! [const@m![]]
|
37 | 37 | //! [const@f()] //~ WARN: incompatible link kind for `f`
|
38 | 38 | //! [const@m!] //~ WARN: unmatched disambiguator `const` and suffix `!`
|
39 | 39 | //!
|
40 | 40 | //! [constant@m!()] //~ WARN: unmatched disambiguator `constant` and suffix `!()`
|
41 |
| -//! [constant@m!{}] |
| 41 | +//! [constant@m!{}] //~ WARN: unmatched disambiguator `constant` and suffix `!{}` |
42 | 42 | //! [constant@m![]]
|
43 | 43 | //! [constant@f()] //~ WARN: incompatible link kind for `f`
|
44 | 44 | //! [constant@m!] //~ WARN: unmatched disambiguator `constant` and suffix `!`
|
45 | 45 | //!
|
46 | 46 | //! [static@m!()] //~ WARN: unmatched disambiguator `static` and suffix `!()`
|
47 |
| -//! [static@m!{}] |
| 47 | +//! [static@m!{}] //~ WARN: unmatched disambiguator `static` and suffix `!{}` |
48 | 48 | //! [static@m![]]
|
49 | 49 | //! [static@f()] //~ WARN: incompatible link kind for `f`
|
50 | 50 | //! [static@m!] //~ WARN: unmatched disambiguator `static` and suffix `!`
|
51 | 51 | //!
|
52 | 52 | //! [function@m!()] //~ WARN: unmatched disambiguator `function` and suffix `!()`
|
53 |
| -//! [function@m!{}] |
| 53 | +//! [function@m!{}] //~ WARN: unmatched disambiguator `function` and suffix `!{}` |
54 | 54 | //! [function@m![]]
|
55 | 55 | //! [function@f()]
|
56 | 56 | //! [function@m!] //~ WARN: unmatched disambiguator `function` and suffix `!`
|
57 | 57 | //!
|
58 | 58 | //! [fn@m!()] //~ WARN: unmatched disambiguator `fn` and suffix `!()`
|
59 |
| -//! [fn@m!{}] |
| 59 | +//! [fn@m!{}] //~ WARN: unmatched disambiguator `fn` and suffix `!{}` |
60 | 60 | //! [fn@m![]]
|
61 | 61 | //! [fn@f()]
|
62 | 62 | //! [fn@m!] //~ WARN: unmatched disambiguator `fn` and suffix `!`
|
63 | 63 | //!
|
64 | 64 | //! [method@m!()] //~ WARN: unmatched disambiguator `method` and suffix `!()`
|
65 |
| -//! [method@m!{}] |
| 65 | +//! [method@m!{}] //~ WARN: unmatched disambiguator `method` and suffix `!{}` |
66 | 66 | //! [method@m![]]
|
67 | 67 | //! [method@f()]
|
68 | 68 | //! [method@m!] //~ WARN: unmatched disambiguator `method` and suffix `!`
|
|
74 | 74 | //! [derive@m!] //~ WARN: incompatible link kind for `m`
|
75 | 75 | //!
|
76 | 76 | //! [type@m!()] //~ WARN: unmatched disambiguator `type` and suffix `!()`
|
77 |
| -//! [type@m!{}] |
| 77 | +//! [type@m!{}] //~ WARN: unmatched disambiguator `type` and suffix `!{}` |
78 | 78 | //! [type@m![]]
|
79 | 79 | //! [type@f()] //~ WARN: unmatched disambiguator `type` and suffix `()`
|
80 | 80 | //! [type@m!] //~ WARN: unmatched disambiguator `type` and suffix `!`
|
81 | 81 | //!
|
82 | 82 | //! [value@m!()] //~ WARN: unmatched disambiguator `value` and suffix `!()`
|
83 |
| -//! [value@m!{}] |
| 83 | +//! [value@m!{}] //~ WARN: unmatched disambiguator `value` and suffix `!{}` |
84 | 84 | //! [value@m![]]
|
85 | 85 | //! [value@f()]
|
86 | 86 | //! [value@m!] //~ WARN: unmatched disambiguator `value` and suffix `!`
|
|
92 | 92 | //! [macro@m!]
|
93 | 93 | //!
|
94 | 94 | //! [prim@m!()] //~ WARN: unmatched disambiguator `prim` and suffix `!()`
|
95 |
| -//! [prim@m!{}] |
| 95 | +//! [prim@m!{}] //~ WARN: unmatched disambiguator `prim` and suffix `!{}` |
96 | 96 | //! [prim@m![]]
|
97 | 97 | //! [prim@f()] //~ WARN: unmatched disambiguator `prim` and suffix `()`
|
98 | 98 | //! [prim@m!] //~ WARN: unmatched disambiguator `prim` and suffix `!`
|
99 | 99 | //!
|
100 | 100 | //! [primitive@m!()] //~ WARN: unmatched disambiguator `primitive` and suffix `!()`
|
101 |
| -//! [primitive@m!{}] |
| 101 | +//! [primitive@m!{}] //~ WARN: unmatched disambiguator `primitive` and suffix `!{}` |
102 | 102 | //! [primitive@m![]]
|
103 | 103 | //! [primitive@f()] //~ WARN: unmatched disambiguator `primitive` and suffix `()`
|
104 | 104 | //! [primitive@m!] //~ WARN: unmatched disambiguator `primitive` and suffix `!`
|
|
0 commit comments