]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeck/issue-89806.stderr
Rollup merge of #100984 - ChrisDenton:reinstate-init, r=Mark-Simulacrum
[rust.git] / src / test / ui / typeck / issue-89806.stderr
1 error[E0599]: no method named `as_ref` found for type `u8` in the current scope
2   --> $DIR/issue-89806.rs:2:9
3    |
4 LL |     0u8.as_ref();
5    |         ^^^^^^ method not found in `u8`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0599`.