]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/const-generics/defaults/default-annotation.rs
Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk
[rust.git] / src / test / ui / const-generics / defaults / default-annotation.rs
index 2b41dbb58873e348d77e784cb28bceca8dc56670..5517bf8ac5fb221b7ac816962d84631454ce2612 100644 (file)
@@ -2,7 +2,7 @@
 #![feature(staged_api)]
 #![feature(const_generics_defaults)]
 #![allow(incomplete_features)]
-// 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,
 // I would assume that we want the attributes to apply to the const parameter defaults
 // themselves.
 #![stable(feature = "const_default_test", since="none")]