File: wrong-ast.stdout

package info (click to toggle)
rustc 1.85.0%2Bdfsg3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 893,396 kB
  • sloc: xml: 158,127; python: 35,830; javascript: 19,497; cpp: 19,002; sh: 17,245; ansic: 13,127; asm: 4,376; makefile: 1,051; perl: 29; lisp: 29; ruby: 19; sql: 11
file content (36 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

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