stabilize convert::identity

This commit is contained in:
Mazdak Farrokhzad 2019-01-04 01:42:31 +01:00
parent c0bbc3927e
commit e75dab7f67
2 changed files with 1 additions and 6 deletions

View file

@ -2,8 +2,6 @@
// compile-pass
#![feature(convert_id)]
fn main() {
const _FOO: u8 = ::std::convert::identity(42u8);
}