diff options
| author | Ellen <supbscripter@gmail.com> | 2021-10-20 23:37:36 +0100 |
|---|---|---|
| committer | Ellen <supbscripter@gmail.com> | 2021-10-20 23:37:36 +0100 |
| commit | 7a8bd2d13320ce770b90e0cda583f89221ef63e8 (patch) | |
| tree | 846d6c91b6959f876b248dc80893d327434fddc6 | |
| parent | 8f237791d5131384279d10676fe54f9833a9e436 (diff) | |
| download | rust-7a8bd2d13320ce770b90e0cda583f89221ef63e8.tar.gz rust-7a8bd2d13320ce770b90e0cda583f89221ef63e8.zip | |
add fixme
| -rw-r--r-- | src/test/ui/const-generics/defaults/default-annotation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/defaults/default-annotation.rs b/src/test/ui/const-generics/defaults/default-annotation.rs index 2b41dbb5887..5517bf8ac5f 100644 --- a/src/test/ui/const-generics/defaults/default-annotation.rs +++ b/src/test/ui/const-generics/defaults/default-annotation.rs @@ -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")] |
