This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e8445818d49fe968b35a130c66071c1b56498f93
rust
/
tests
/
ui
/
issues
/
issue-39089.rs
5 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix ICE when compiling fn f<T: ?for<'a> Sized>() {}
2017-01-17 22:52:43 +01:00
fn
f
<
T
:
?
for
<
'
a
>
Sized
>
(
)
{
}
Reorder modifiers and polarity to be *after* binder in trait bounds
2024-06-27 12:58:35 -04:00
//~^ ERROR expected a trait, found type
Fix ICE when compiling fn f<T: ?for<'a> Sized>() {}
2017-01-17 22:52:43 +01:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink