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
0e3ee39c41
rust
/
src
/
test
/
compile-fail
/
use-uninit.rs
10 lines
107 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix mistaken replacements in error-pattern comments in tests
2011-05-12 14:45:29 -05:00
// error-pattern:Unsatisfied precondition
Numerous bug fixes to typestate algorithm.
2010-07-07 01:18:29 -05:00
fn
foo
(
int
x
)
{
log
x
;
}
fn
main
(
)
{
let
int
x
;
foo
(
x
)
;
}
Reference in New Issue
Copy Permalink