We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91944b0 commit fa2a273Copy full SHA for fa2a273
2 files changed
tests/source/trait.rs
@@ -124,6 +124,14 @@ auto /* post auto comment */ trait PubConstUnsafeAutoExampleWithComments {}
124
125
pub /* first */ trait /* second */ MyTrait /* third */ {}
126
127
+pub
128
+ /* a */
129
+ trait
130
+ /* b */
131
+ Foo
132
+ /* c */
133
+{}
134
+
135
// #3006
136
trait Foo<'a> {
137
type Bar< 'a >;
tests/target/trait.rs
@@ -163,6 +163,14 @@ auto /* post auto comment */ trait PubConstUnsafeAutoExampleWithComments
163
164
165
166
167
168
169
+/* b */
170
+Foo /* c */
171
+{
172
+}
173
174
175
176
type Bar<'a>;
0 commit comments