mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00

Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments.
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
error: module has missing stability attribute
|
|
--> $DIR/missing-stability-attr-at-top-level.rs:1:1
|
|
|
|
|
LL | / #![feature(staged_api)]
|
|
... |
|
|
LL | | fn main() {}
|
|
| |____________^
|
|
|
|
error: aborting due to 1 previous error
|
|
|