File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,10 @@ are:
490
490
* The [ Rust Compiler Testing Docs] [ rctd ]
491
491
* For [ @bors ] , [ this cheat sheet] [ cheatsheet ] is helpful
492
492
* ** Google!** is always helpful when programming :)
493
- * [ Search Rust documentation] [ stddocs ] to find types, traits, etc. quickly
493
+ * [ Search Rust documentation] [ stddocs ] to find types, traits, etc. quickly.
494
+ You can also search by type signature! For example, searching for
495
+ ` * -> vec ` should find all functions that return a ` Vec<T> ` . _ Hint:_ Find
496
+ more tips and keyboard shortcuts by typing ` ? ` on any Rustdoc page!
494
497
* Don't be afraid to ask! The Rust community is friendly and helpful.
495
498
496
499
[ rustc dev guide ] : https://rustc-dev-guide.rust-lang.org/about-this-guide.html
You can’t perform that action at this time.
0 commit comments