blob: bcd743f47c53c9fc253f2a1ca139ee8e3a8a9042 [file] [log] [blame]
error: compilation successful
--> $DIR/two-phase-reservation-sharing-interference-2.rs:17:1
|
LL | / fn main() {
LL | | let mut v = vec![0, 1, 2];
LL | | let shared = &v;
LL | |
... |
LL | | assert_eq!(v, [0, 1, 2, 3]);
LL | | }
| |_^
error: aborting due to previous error