This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
914d07ae5f
rust
/
src
/
test
/
ui
/
issues
/
issue-37686.rs
8 lines
116 B
Rust
Raw
Normal View
History
Unescape
Escape
Add `// run-pass` annotations to all the tests under `ui/run-pass/`. (I may have accidentally added it to some auxilliary crates as well; my emacs-macro-based methodology was pretty crude.)
2018-08-30 14:18:55 +02:00
// run-pass
Work around a borrow surviving too long (fixes #37686)
2016-11-10 13:09:34 +01:00
fn
main
(
)
{
match
(
0
,
0
)
{
(
std
::
usize
::
MIN
,
std
::
usize
::
MAX
)
=
>
{
}
_
=
>
{
}
}
}
Copy permalink