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.
1 parent ec62699 commit 2f05160Copy full SHA for 2f05160
src/test/run-pass/existential_type_const.rs
@@ -6,9 +6,6 @@
6
7
use std::fmt::Debug;
8
9
-// Type `Foo` refers to a type that implements the `Debug` trait.
10
-// The concrete type to which `Foo` refers is inferred from this module,
11
-// and this concrete type is hidden from outer modules (but not submodules).
12
pub existential type Foo: Debug;
13
14
const _FOO: Foo = 5;
0 commit comments