3▶TODO: we should discuss how to generate errors from the results of these analyses.
128 matches across 25 files for TODO lang:Markdown
3▶**TODO**: You can find more info
15▶TODO: anything else? [#1159](https://github.com/rust-lang/rustc-dev-guide/issues/1159)
19▶> left as a TODO.
37▶ - Additional restrictions on CI (e.g. [`clippy::todo`]).
+ 1 more matches in this file
7▶Copy everything after the separator and edit it as Markdown. Replace each *TODO* with your answer.
+ 53 more matches in this file
117▶### Use "TODO" comments for things you don't want to forget
+ 5 more matches in this file
58▶<!--- TODO: Change NoLandingPads. [#1232](https://github.com/rust-lang/rustc-dev-guide/issues/1232) -->
+ 1 more matches in this file
50▶- TODO *Rest not yet written* =)
46▶**TODO**: actually talk about type checking... [#1161](https://github.com/rust-lang/rustc-dev-guide/issues/1161)
96▶* `ignore-tidy-todo`
+ 1 more matches in this file
3▶**TODO**: where does Chalk fit in? Should we mention/discuss it here?
131▶let ty = todo!("Get the `Foo` type to check for a trait implementation");
+ 1 more matches in this file
34▶ - Additional restrictions on CI (e.g. [`clippy::todo`]).
+ 1 more matches in this file
61▶**TODO**: it looks like `pick_candidate_cache` no longer exists. In
57▶> TODO: discuss how constants are generated
10▶TODO -- elaborate further? Maybe? :)
43▶TODO: explain how exactly that works :3
125▶ todo!()
+ 1 more matches in this file
73▶TODO: link to code once the PR lands and elaborate
20▶<!-- TODO: It does some more things too?
86▶**TODO**: This is because `'static` is not a region variable but is in the
67▶TODO: write about _how_ these regions are computed.
+ 1 more matches in this file
422▶ - Early linting: **TODO**
+ 3 more matches in this file
433▶fn bar<'b, T: Trait<'b>>() -> T::Assoc { todo!() }
+ 1 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |