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
new lint: `into_iter_without_iter`
Closesrust-lang#9736 (part 2)
This implements the other lint that my earlier PR missed: given an `IntoIterator for &Type` impl, check that there exists an inherent `fn iter(&self)` method.
changelog: new lint: `into_iter_without_iter`
r? `@Jarcho` since you reviewed rust-lang#11527 I figured it makes sense for you to review this as well?
The following code leads to a Bus Error when executed. Function is Struct::new::h402a74079d4792bdD2aR::v0.0
rustc 0.10-pre (149fc76 2014-01-15 13:51:50 -0800)
host: x86_64-apple-darwin
Also repeatable on 0.9.
The text was updated successfully, but these errors were encountered: