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
9aa4f6acb2
rust
/
tests
/
ui
/
issues
/
issue-47377.rs
7 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
using tabs in ui tests
2018-01-16 14:30:09 -06:00
// ignore-tidy-tab
fn
main
(
)
{
fix minor errors
2018-01-16 14:37:07 -06:00
let
b
=
"
hello
"
;
let
_a
=
b
+
"
, World!
"
;
//~^ ERROR E0369
fix tidy checks
2018-01-16 14:01:21 -06:00
}
Reference in New Issue
Copy Permalink