| |
| running 3 tests |
| test $DIR/wrong-ast.rs - one (line 6) ... FAILED |
| test $DIR/wrong-ast.rs - three (line 16) ... ok |
| test $DIR/wrong-ast.rs - two (line 11) ... FAILED |
| |
| failures: |
| |
| ---- $DIR/wrong-ast.rs - one (line 6) stdout ---- |
| error[E0758]: unterminated block comment |
| --> $DIR/wrong-ast.rs:7:1 |
| | |
| LL | /* plop |
| | ^^^^^^^ |
| |
| error: aborting due to 1 previous error |
| |
| For more information about this error, try `rustc --explain E0758`. |
| Couldn't compile the test. |
| ---- $DIR/wrong-ast.rs - two (line 11) stdout ---- |
| error: unexpected closing delimiter: `}` |
| --> $DIR/wrong-ast.rs:12:1 |
| | |
| LL | } mod __doctest_1 { fn main() { |
| | ^ unexpected closing delimiter |
| |
| error: aborting due to 1 previous error |
| |
| Couldn't compile the test. |
| |
| failures: |
| $DIR/wrong-ast.rs - one (line 6) |
| $DIR/wrong-ast.rs - two (line 11) |
| |
| test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME |
| |