### Bug description As title. CC @lattner. ### Steps to reproduce ```mojo fn main(): print(a := String()) # no warning print(ref b := String()) # warning: ref 'b' was never used, remove it? ``` ### System information `Mojo 25.4.0.dev2025060220 (d9421ccb)`