about summary refs log tree commit diff
path: root/tests/rustdoc
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-11-01 18:49:08 +0000
committerMichael Goulet <michael@errs.io>2024-11-03 18:59:41 +0000
commit6b96103bf3b0746e443f9bb86b532be2c536113a (patch)
tree5fc89f65d57999f75879df2ea0268c05aece17d9 /tests/rustdoc
parent0b5ddf30ebb097d0c46975cfb2a9ee9b04805af2 (diff)
downloadrust-6b96103bf3b0746e443f9bb86b532be2c536113a.tar.gz
rust-6b96103bf3b0746e443f9bb86b532be2c536113a.zip
Rename the FIXMEs, remove a few that dont matter anymore
Diffstat (limited to 'tests/rustdoc')
-rw-r--r--tests/rustdoc/rfc-2632-const-trait-impl.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/rfc-2632-const-trait-impl.rs b/tests/rustdoc/rfc-2632-const-trait-impl.rs
index f6a5555dbad..8a86e3e5e97 100644
--- a/tests/rustdoc/rfc-2632-const-trait-impl.rs
+++ b/tests/rustdoc/rfc-2632-const-trait-impl.rs
@@ -6,8 +6,8 @@
 // stabilized when changing `@!has` to `@has`, and please do
 // not remove this test.
 //
-// FIXME(effects) add `const_trait` to `Fn` so we use `~const`
-// FIXME(effects) restore `const_trait` to `Destruct`
+// FIXME(const_trait_impl) add `const_trait` to `Fn` so we use `~const`
+// FIXME(const_trait_impl) restore `const_trait` to `Destruct`
 #![feature(const_trait_impl)]
 #![crate_name = "foo"]