1
Fork 0

rustc_codegen_llvm: replace fn noname() with const UNNAMED.

This commit is contained in:
Eduard-Mihai Burtescu 2019-05-29 04:46:55 +03:00
parent 268e64641f
commit 25d6834493
2 changed files with 52 additions and 47 deletions

View file

@ -8,6 +8,7 @@
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(const_cstr_unchecked)]
#![feature(crate_visibility_modifier)]
#![feature(custom_attribute)]
#![feature(extern_types)]