1
Fork 0

reimplement C string literals

This commit is contained in:
Deadbeef 2023-07-16 18:59:05 +00:00
parent cec34a43b1
commit df9bd80d74
10 changed files with 48 additions and 89 deletions

View file

@ -1,5 +1,4 @@
// FIXME(c_str_literals): This should be `run-pass`
// known-bug: #113333
// run-pass
// edition: 2021
#![feature(c_str_literals)]