This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
c45073ec3ea800b31e634db9de1b51f978521ad5
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 14:58:48 -07:00
fn
foo
(
)
{
`m1!{...}` -> `m1!(...)`
2012-08-22 17:24:52 -07:00
include!
(
"
not-utf8.bin
"
)
Reject non-UTF-8 files when reading as str. Close #2918.
2012-07-25 14:58:48 -07:00
}
Reference in New Issue
Copy Permalink