about summary refs log tree commit diff
path: root/tests/rustdoc-ui/doctest/dead-code-module.stdout
blob: 83c6af3775e06070d3c49221190508ff3d275892 (plain)
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
running 1 test
test $DIR/dead-code-module.rs - my_mod::f (line 16) - compile ... FAILED

failures:

---- $DIR/dead-code-module.rs - my_mod::f (line 16) stdout ----
error: trait `T` is never used
  --> $DIR/dead-code-module.rs:17:7
   |
LL | trait T { fn f(); }
   |       ^
   |
note: the lint level is defined here
  --> $DIR/dead-code-module.rs:15:9
   |
LL | #![deny(warnings)]
   |         ^^^^^^^^
   = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`

error: aborting due to 1 previous error

Couldn't compile the test.

failures:
    $DIR/dead-code-module.rs - my_mod::f (line 16)

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME

all doctests ran in $TIME; merged doctests compilation took $TIME