This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
93fef9a6a2
rust
/
tests
/
run-pass-fullmir
/
from_utf8.rs
5 lines
69 B
Rust
Raw
Normal View
History
Unescape
Escape
Add windows support
2017-09-16 06:32:38 -05:00
//ignore-msvc
Implement `align_offset` intrinsic and thus enabling `from_utf8`
2017-09-01 05:26:51 -05:00
fn
main
(
)
{
let
_
=
::
std
::
str
::
from_utf8
(
b
"
a
"
)
;
}
Reference in New Issue
Copy Permalink