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 04:39:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6fb6c19c96
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 20:01:11 +00:00
pub
struct
Foo
<
Bar
=
Bar
>
(
Bar
)
;
//~ ERROR E0128
Fix off-by-one error in default-type-parameter checking Fixes #18183
2015-06-29 18:07:09 +00:00
pub
struct
Baz
(
Foo
)
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink