We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fd239 commit 51d265aCopy full SHA for 51d265a
tests/ui/internal/unstable-impl-assoc-type.rs
@@ -6,7 +6,7 @@
6
#![feature(impl_stability)]
7
#![unstable(feature = "feat_foo", issue = "none" )]
8
9
-/// FIXME: add a description here.
+/// Test that you can't leak unstable impls through item bounds on associated types.
10
11
trait Bar {}
12
0 commit comments