You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println!("{obj.len()}"); is not supported by Rust language, but it would be nice if rust-analyzer could just convert it into println!("{obj_len}", obj_len = obj.len());.