]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/treat-err-as-bug.stderr
d96415ed050bae3ecf285dd6d9a7508e89cbc384
[rust.git] / src / test / rustdoc-ui / treat-err-as-bug.stderr
1 error: this file contains an un-closed delimiter
2   --> $DIR/treat-err-as-bug.rs:13:16
3    |
4 13 | pub fn foo() {
5    |              - ^
6    |              |
7    |              un-closed delimiter
8
9 thread '<unnamed>' panicked at 'encountered error with `-Z treat_err_as_bug', librustc_errors/lib.rs:486:13
10 note: Run with `RUST_BACKTRACE=1` for a backtrace.
11
12 error: internal compiler error: unexpected panic
13
14 note: the compiler unexpectedly panicked. this is a bug.
15
16 note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
17
18 note: rustc 1.30.0-dev running on x86_64-apple-darwin
19
20 note: compiler flags: -Z ui-testing -Z unstable-options -Z treat-err-as-bug
21