We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const
1 parent 2f05160 commit 2ab8d61Copy full SHA for 2ab8d61
src/test/run-pass/existential_type_const.rs
@@ -2,7 +2,7 @@
2
#![feature(impl_trait_in_bindings)]
3
//~^ WARN the feature `impl_trait_in_bindings` is incomplete and may cause the compiler to crash
4
5
-// Ensures that consts can constrain an existential type
+// Ensures that `const` items can constrain an `existential type`.
6
7
use std::fmt::Debug;
8
0 commit comments