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
3cdcdaf31b45f8045164aae9604573d23091970b
rust
/
tests
/
ui
/
codemap_tests
/
huge_multispan_highlight.rs
92 lines
164 B
Rust
Raw
Normal View
History
Unescape
Escape
Add fix for tabs. Move error unit tests->ui tests
2016-07-13 17:53:42 -04:00
fn
main
(
)
{
let
x
=
"
foo
"
;
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01:00
let
y
=
&
mut
x
;
//~ ERROR cannot borrow
RUST_NEW_ERROR_FORMAT is no more
2016-08-16 16:52:30 +09:00
}
Reference in New Issue
Copy Permalink