Move some rustdoc-ui tests to subdirectories
This commit is contained in:
parent
572c0d553f
commit
5fa975142f
145 changed files with 40 additions and 29 deletions
25
tests/rustdoc-ui/doctest/failed-doctest-missing-codes.stdout
Normal file
25
tests/rustdoc-ui/doctest/failed-doctest-missing-codes.stdout
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
running 1 test
|
||||
test $DIR/failed-doctest-missing-codes.rs - Foo (line 9) - compile fail ... FAILED
|
||||
|
||||
failures:
|
||||
|
||||
---- $DIR/failed-doctest-missing-codes.rs - Foo (line 9) stdout ----
|
||||
error[E0308]: mismatched types
|
||||
--> $DIR/failed-doctest-missing-codes.rs:10:13
|
||||
|
|
||||
LL | let x: () = 5i32;
|
||||
| -- ^^^^ expected `()`, found `i32`
|
||||
| |
|
||||
| expected due to this
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0308`.
|
||||
Some expected error codes were not found: ["E0004"]
|
||||
|
||||
failures:
|
||||
$DIR/failed-doctest-missing-codes.rs - Foo (line 9)
|
||||
|
||||
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue