]> git.lizzy.rs Git - rust.git/commit
Do not intern NUL terminators
authorAndrea Canciani <ranma42@gmail.com>
Sun, 10 Apr 2016 12:21:00 +0000 (14:21 +0200)
committerAndrea Canciani <ranma42@gmail.com>
Tue, 19 Apr 2016 15:44:36 +0000 (17:44 +0200)
commitf942c28900159152358dd2f5718262464c09dc52
tree193ca57060e95d5088b503d8fb79b45f6bda71a8
parent3fc5d2746eb9ded7a43186f6e2e0b3bd3e8ffd42
Do not intern NUL terminators

The C representation needed by LLVM requires strings to be
NUL-terminated, but on the Rust side they should not contain unwanted
NULs.
src/librustc_driver/target_features.rs