This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
990039ec53
rust
/
tests
/
ui
/
issues
/
issue-22673.rs
8 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ check-pass
Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" This reverts commit b4def89d76896eec73b4af33642ba7e5eb53c567, reversing changes made to 7dc1e852d43cb8c9e77dc1e53014f0eb85d2ebfb.
2020-12-03 20:10:55 -03:00
trait
Expr
:
PartialEq
<
Self
::
Item
>
{
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
(
)
{
}
Copy permalink