blob: 2601ca5e91e5b4253a85258d7998dced020b674f [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/coerce-mut.rs:5:7
|
LL | f(&x);
| ^^ types differ in mutability
|
= note: expected mutable reference `&mut i32`
found reference `&{integer}`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.