]> git.lizzy.rs Git - rust.git/blob - tests/ui/switched-expectations.rs
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / ui / switched-expectations.rs
1 fn main() {
2     let var = 10i32;
3     let ref string: String = var; //~ ERROR mismatched types [E0308]
4 }