Skip to content

Commit 7a8bd2d

Browse files
committed
add fixme
1 parent 8f23779 commit 7a8bd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/const-generics/defaults/default-annotation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![feature(staged_api)]
33
#![feature(const_generics_defaults)]
44
#![allow(incomplete_features)]
5-
// FIXME(const_generics): It seems like we aren't testing the right thing here,
5+
// FIXME(const_generics_defaults): It seems like we aren't testing the right thing here,
66
// I would assume that we want the attributes to apply to the const parameter defaults
77
// themselves.
88
#![stable(feature = "const_default_test", since="none")]

0 commit comments

Comments
 (0)