You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/lint/lint-attr-everywhere-late.stderr
+18-18
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,6 @@ note: the lint level is defined here
34
34
LL | #![deny(missing_docs)]
35
35
| ^^^^^^^^^^^^
36
36
37
-
error: missing documentation for a function
38
-
--> $DIR/lint-attr-everywhere-late.rs:47:5
39
-
|
40
-
LL | pub fn missing_inner() {}
41
-
| ^^^^^^^^^^^^^^^^^^^^^^
42
-
43
37
error: missing documentation for an associated function
44
38
--> $DIR/lint-attr-everywhere-late.rs:54:5
45
39
|
@@ -142,18 +136,6 @@ note: the lint level is defined here
142
136
LL | #[deny(missing_docs)]
143
137
| ^^^^^^^^^^^^
144
138
145
-
error: missing documentation for a variant
146
-
--> $DIR/lint-attr-everywhere-late.rs:112:5
147
-
|
148
-
LL | Variant1,
149
-
| ^^^^^^^^
150
-
|
151
-
note: the lint level is defined here
152
-
--> $DIR/lint-attr-everywhere-late.rs:111:12
153
-
|
154
-
LL | #[deny(missing_docs)]
155
-
| ^^^^^^^^^^^^
156
-
157
139
error: types that do not implement `Drop` can still have drop glue, consider instead using `std::mem::needs_drop` to detect whether a type is trivially dropped
158
140
--> $DIR/lint-attr-everywhere-late.rs:93:38
159
141
|
@@ -196,6 +178,18 @@ note: the lint level is defined here
0 commit comments