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
2024-12-04 20:54:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0b002eb906
rust
/
tests
/
ui
/
issues
/
issue-39089.rs
6 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
Use check-pass in ui tests where appropriate
2019-11-04 00:00:00 +00:00
// check-pass
Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling with clean stderr again. Most were added mechanically.
2018-09-25 21:51:35 +00:00
#![
allow(dead_code)
]
Fix ICE when compiling fn f<T: ?for<'a> Sized>() {}
2017-01-17 21:52:43 +00:00
fn
f
<
T
:
?
for
<
'
a
>
Sized
>
(
)
{
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink