This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 19:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
rust
/
tests
/
ui
/
macros
/
not-utf8.rs
6 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
test/compile-fail: fix expected error message for non-UTF8 source.
2015-05-16 23:15:00 +00:00
// error-pattern: did not contain valid UTF-8
Reject non-UTF-8 files when reading as str. Close #2918.
2012-07-25 21:58:48 +00:00
fn
foo
(
)
{
`m1!{...}` -> `m1!(...)`
2012-08-23 00:24:52 +00:00
include!
(
"
not-utf8.bin
"
)
Reject non-UTF-8 files when reading as str. Close #2918.
2012-07-25 21:58:48 +00:00
}
Reference in New Issue
Copy Permalink