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
901b340c1f5d208561d4261cc3ee634973b35326
rust
/
tests
/
ui
/
infinite
/
auxiliary
/
alias.rs
6 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix ICE on type alias in recursion
2023-02-17 16:19:13 +00:00
pub
struct
W
<
T
>
(
T
)
;
pub
type
Wrapper
<
T
>
=
W
<
T
>
;
only query `params_in_repr` if def kind is adt
2024-10-02 17:36:31 +08:00
pub
trait
Trait
{
type
T
;
}
Reference in New Issue
Copy Permalink