We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f23779 commit 7a8bd2dCopy full SHA for 7a8bd2d
src/test/ui/const-generics/defaults/default-annotation.rs
@@ -2,7 +2,7 @@
2
#![feature(staged_api)]
3
#![feature(const_generics_defaults)]
4
#![allow(incomplete_features)]
5
-// FIXME(const_generics): It seems like we aren't testing the right thing here,
+// FIXME(const_generics_defaults): It seems like we aren't testing the right thing here,
6
// I would assume that we want the attributes to apply to the const parameter defaults
7
// themselves.
8
#![stable(feature = "const_default_test", since="none")]
0 commit comments