We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b5d2a commit 2083207Copy full SHA for 2083207
src/test/ui/rust-2021/future-prelude-collision-unneeded.rs
@@ -50,6 +50,8 @@ fn main() {
50
let s = S;
51
let s2 = s.try_into();
52
53
+ // Check that we do not issue suggestions for types that do not implement `FromIter`.
54
+ //
55
// See https://github.com/rust-lang/rust/issues/86902
56
X::from_iter(1);
57
Y::from_iter(1);
0 commit comments