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
Fix bad suggestions for `deref_addrof` and `try_err` lints
Fix bad suggestions when in macro expansion for `deref_addrof` and `try_err` lints.
Fixes: rust-lang#6234Fixes: rust-lang#6242Fixes: rust-lang#6237
changelog: none
r? `@llogiq`
Right now there is no way to generate the entire range for any type. For example
u8::range(0, 256)
is the empty vector since 256 = 0 in u8.The text was updated successfully, but these errors were encountered: