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
802dcb7f89
rust
/
tests
/
run-pass
/
from_utf8.rs
4 lines
58 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement `align_offset` intrinsic and thus enabling `from_utf8`
2017-09-01 05:26:51 -05:00
fn
main
(
)
{
do not use 'let _', it is strange
2018-11-26 08:31:53 -06:00
let
_val
=
::
std
::
str
::
from_utf8
(
b
"
a
"
)
;
Implement `align_offset` intrinsic and thus enabling `from_utf8`
2017-09-01 05:26:51 -05:00
}
Reference in New Issue
Copy Permalink