mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 23:42:56 +00:00
add fixme
This commit is contained in:
parent
8f237791d5
commit
7a8bd2d133
@ -2,7 +2,7 @@
|
|||||||
#![feature(staged_api)]
|
#![feature(staged_api)]
|
||||||
#![feature(const_generics_defaults)]
|
#![feature(const_generics_defaults)]
|
||||||
#![allow(incomplete_features)]
|
#![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
|
// I would assume that we want the attributes to apply to the const parameter defaults
|
||||||
// themselves.
|
// themselves.
|
||||||
#![stable(feature = "const_default_test", since="none")]
|
#![stable(feature = "const_default_test", since="none")]
|
||||||
|
Loading…
Reference in New Issue
Block a user