]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-45696-scribble-on-boxed-borrow.ast.stderr
Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoerister
[rust.git] / src / test / ui / issues / issue-45696-scribble-on-boxed-borrow.ast.stderr
1 error: compilation successful
2   --> $DIR/issue-45696-scribble-on-boxed-borrow.rs:89:1
3    |
4 LL | / fn main() { //[ast]~ ERROR compilation successful
5 LL | |      //[migrate]~^ ERROR compilation successful
6 LL | |     let mut x = 1;
7 LL | |     {
8 ...  |
9 LL | |     *boxed_boxed_scribbled(Box::new(Box::new(Scribble(&mut x)))) += 10;
10 LL | | }
11    | |_^
12
13 error: aborting due to previous error
14