s/consts/const items/

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
Aaron Hill 2019-07-05 18:59:11 -04:00
parent 2f051605f3
commit 2ab8d61882
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -2,7 +2,7 @@
#![feature(impl_trait_in_bindings)]
//~^ WARN the feature `impl_trait_in_bindings` is incomplete and may cause the compiler to crash
// Ensures that consts can constrain an existential type
// Ensures that `const` items can constrain an `existential type`.
use std::fmt::Debug;