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
51b51b51d7931da85280382a81c4dd80c73ca754
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-17 02:00:09 +05:30
// ignore-tidy-tab
fn
main
(
)
{
fix minor errors
2018-01-17 02:07:07 +05:30
let
b
=
"
hello
"
;
let
_a
=
b
+
"
, World!
"
;
//~^ ERROR E0369
fix tidy checks
2018-01-17 01:31:21 +05:30
}
Reference in New Issue
Copy Permalink