DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / binop / multiply-is-deref-on-rhs.rs
12345678
pub fn test(y: &i32) { let x; x = () *y //~^ ERROR cannot multiply `()` by `&i32` } fn main() {}