Skip to content

Commit 2ab8d61

Browse files
Aaron1011Centril
andcommitted
s/consts/const items/
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 2f05160 commit 2ab8d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/existential_type_const.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![feature(impl_trait_in_bindings)]
33
//~^ WARN the feature `impl_trait_in_bindings` is incomplete and may cause the compiler to crash
44

5-
// Ensures that consts can constrain an existential type
5+
// Ensures that `const` items can constrain an `existential type`.
66

77
use std::fmt::Debug;
88

0 commit comments

Comments
 (0)