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
4d0887e1a2
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 16:53:42 -05:00
fn
main
(
)
{
let
x
=
"
foo
"
;
Merge cfail and ui tests into ui tests
2017-11-20 06:13:27 -06:00
let
y
=
&
mut
x
;
//~ ERROR cannot borrow
RUST_NEW_ERROR_FORMAT is no more
2016-08-16 02:52:30 -05:00
}
Reference in New Issue
Copy Permalink