]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeck/issue-89275.stderr
Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay
[rust.git] / src / test / ui / typeck / issue-89275.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-89275.rs:28:29
3    |
4 LL |     let other: &mut Other = downcast();
5    |                ----------   ^^^^^^^^^^ types differ in mutability
6    |                |
7    |                expected due to this
8    |
9    = note: expected mutable reference `&mut Other`
10                       found reference `&_`
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0308`.