This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
2e79c8deb0
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
}
Copy permalink