32ee5bc6a3
(cherry picked from commit 2383985342
)
50 lines
1.3 KiB
Text
50 lines
1.3 KiB
Text
|
|
running 3 tests
|
|
test $DIR/comment-in-attr-134221.rs - (line 11) ... FAILED
|
|
test $DIR/comment-in-attr-134221.rs - (line 17) ... FAILED
|
|
test $DIR/comment-in-attr-134221.rs - (line 23) ... FAILED
|
|
|
|
failures:
|
|
|
|
---- $DIR/comment-in-attr-134221.rs - (line 11) stdout ----
|
|
error[E0635]: unknown feature `foo`
|
|
--> $DIR/comment-in-attr-134221.rs:$LINE:$COL
|
|
|
|
|
LL | foo, //
|
|
| ^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0635`.
|
|
Couldn't compile the test.
|
|
---- $DIR/comment-in-attr-134221.rs - (line 17) stdout ----
|
|
error[E0635]: unknown feature `foo`
|
|
--> $DIR/comment-in-attr-134221.rs:$LINE:$COL
|
|
|
|
|
LL | foo,
|
|
| ^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0635`.
|
|
Couldn't compile the test.
|
|
---- $DIR/comment-in-attr-134221.rs - (line 23) stdout ----
|
|
error: this file contains an unclosed delimiter
|
|
--> $DIR/comment-in-attr-134221.rs:$LINE:$COL
|
|
|
|
|
LL | #![
|
|
| -^
|
|
| |
|
|
| unclosed delimiter
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
Couldn't compile the test.
|
|
|
|
failures:
|
|
$DIR/comment-in-attr-134221.rs - (line 11)
|
|
$DIR/comment-in-attr-134221.rs - (line 17)
|
|
$DIR/comment-in-attr-134221.rs - (line 23)
|
|
|
|
test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
|
|
|