]> git.lizzy.rs Git - rust.git/blob - src/test/ui/estr-subtyping.stderr
Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petrochenkov
[rust.git] / src / test / ui / estr-subtyping.stderr
1 error[E0308]: mismatched types
2   --> $DIR/estr-subtyping.rs:10:15
3    |
4 LL |    wants_uniq(x);
5    |               ^- help: try using a conversion method: `.to_string()`
6    |               |
7    |               expected struct `String`, found `&str`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0308`.