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
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
issues
/
issue-18183.rs
4 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: store type parameter defaults outside of ty::Generics.
2017-01-25 22:01:11 +02:00
pub
struct
Foo
<
Bar
=
Bar
>
(
Bar
)
;
//~ ERROR E0128
Fix off-by-one error in default-type-parameter checking Fixes #18183
2015-06-29 21:07:09 +03:00
pub
struct
Baz
(
Foo
)
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink