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
23adf9fd843da7a3394c824b056f93151aaa40ad
rust
/
src
/
test
/
ui
/
issues
/
issue-22673.rs
7 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis" This reverts commit 349b3b324dade7ca638091db93ba08bbc443c63d, reversing changes made to b776d1c3e3db8befabb123ebb1e46c3531eaed46.
2020-12-02 12:19:38 -03:00
trait
Expr
:
PartialEq
<
Self
::
Item
>
{
//~^ ERROR: cycle detected
test fixes
2015-05-27 20:31:56 +03:00
type
Item
;
Add regression test for #22673.
2015-04-26 01:28:13 +02:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink