move lint tests into subdirectories
This commit is contained in:
parent
5fa975142f
commit
5da288f842
53 changed files with 0 additions and 0 deletions
14
tests/rustdoc-ui/lints/deny-missing-docs-macro.stderr
Normal file
14
tests/rustdoc-ui/lints/deny-missing-docs-macro.stderr
Normal file
|
@ -0,0 +1,14 @@
|
|||
error: missing documentation for a macro
|
||||
--> $DIR/deny-missing-docs-macro.rs:6:1
|
||||
|
|
||||
LL | macro_rules! foo {
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
|
|
||||
note: the lint level is defined here
|
||||
--> $DIR/deny-missing-docs-macro.rs:3:9
|
||||
|
|
||||
LL | #![deny(missing_docs)]
|
||||
| ^^^^^^^^^^^^
|
||||
|
||||
error: aborting due to previous error
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue