diff options
| author | bors <bors@rust-lang.org> | 2020-02-13 22:20:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-02-13 22:20:58 +0000 |
| commit | 10104085e4f9f52f405fa1cc5e5e18c4c4cc72d1 (patch) | |
| tree | e454e1e75dff88439e15462a257cb669b1d4c10d /src/test/ui/parser/attr-before-eof.stderr | |
| parent | 5d04ce67fd14538d03fa47a2598f80d49fd564c6 (diff) | |
| parent | 7704e590ece52ef265e0ca16bce1180930b69330 (diff) | |
Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC
Rollup of 9 pull requests Successful merges: - #68728 (parse: merge `fn` syntax + cleanup item parsing) - #68938 (fix lifetime shadowing check in GATs) - #69057 (expand: misc cleanups and simplifications) - #69108 (Use HirId in TraitCandidate.) - #69125 (Add comment to SGX entry code) - #69126 (miri: fix exact_div) - #69127 (Enable use after scope detection in the new LLVM pass manager) - #69135 (Spelling error "represening" to "representing") - #69141 (Don't error on network failures) Failed merges: r? @ghost
Diffstat (limited to 'src/test/ui/parser/attr-before-eof.stderr')
| -rw-r--r-- | src/test/ui/parser/attr-before-eof.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/parser/attr-before-eof.stderr b/src/test/ui/parser/attr-before-eof.stderr index eb5daf84981..a2acb94372b 100644 --- a/src/test/ui/parser/attr-before-eof.stderr +++ b/src/test/ui/parser/attr-before-eof.stderr @@ -1,8 +1,8 @@ error: expected item after attributes - --> $DIR/attr-before-eof.rs:3:16 + --> $DIR/attr-before-eof.rs:3:1 | LL | #[derive(Debug)] - | ^ + | ^^^^^^^^^^^^^^^^ error: aborting due to previous error |
