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-06-19 11:07:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
51b51bb570
rust
/
tests
/
ui
/
macros
/
not-utf8.rs
6 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +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