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
258,919
Commits
1
Branch
0
Tags
ba6fe58095f98f070d161ffdc6c59b51b59d41db
Commit Graph
3 Commits
Author
SHA1
Message
Date
Esteban Küber
d00c7e78ea
Point at field definition when unresolved name exists in
Self
2023-09-25 15:56:36 +00:00
Esteban Küber
81bca5f5cf
When suggesting
self.x
for
S { x }
, use
S { x: self.x }
...
Tweak output.
Fix
#115992
.
2023-09-25 15:56:36 +00:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00