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
51e6df689c
rust
/
src
/
test
/
run-fail
/
fmt-fail.rs
5 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Manipulate contexts correctly in trans_fail_expr This fixes Issue #617
2011-07-03 04:38:11 -05:00
// error-pattern:meh
use
std
;
Reformat. Issue #855
2011-09-02 17:34:58 -05:00
fn
main
(
)
{
let
str_var
:
str
=
"
meh
"
;
fail
#
fmt
[
"
%s
"
,
str_var
]
;
}
Reference in New Issue
Copy Permalink