library: use c string literals
This commit is contained in:
parent
26e69a8816
commit
c0134887d2
9 changed files with 25 additions and 25 deletions
|
@ -308,6 +308,7 @@
|
|||
//
|
||||
// Library features (core):
|
||||
// tidy-alphabetical-start
|
||||
#![cfg_attr(bootstrap, feature(c_str_literals))]
|
||||
#![feature(char_internals)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(core_io_borrowed_buf)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue