This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-01-11 15:23:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8d381823e2
rust
/
src
/
test
/
run-fail
/
fail.rs
6 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix mistaken replacements in error-pattern comments in tests
2011-05-12 19:45:29 +00:00
// error-pattern:1 == 2
Populate tree.
2010-06-24 04:03:09 +00:00
fn
main
(
)
{
Un-revert "Use different syntax for checks that matter to typestate", fixing the problem. This reverts commit d08b443fffb1181d8d45ae5d061412f202dd4118.
2011-05-03 00:47:24 +00:00
assert
(
1
=
=
2
)
;
Populate tree.
2010-06-24 04:03:09 +00:00
}
Reference in New Issue
Copy Permalink