This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-05-03 17:35:28 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1502596ca264b8f059e94de29715b17841d52e7d
rust
/
tests
/
ui
/
issues
/
auxiliary
/
issue-20389.rs
T
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00
5 lines
52 B
Rust
Raw
Blame
History
pub
trait
T
{
type
C
;
fn
dummy
(
&
self
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink