rust-lang / rfcbot-rs

Coordinates asynchronous decision making on Rust repositories. Status of tracked issues and PRs can be viewed at https://rfcbot.rs.
https://rfcbot.rs
Apache License 2.0
163 stars 67 forks source link

Somehow deal with "FIXME" or "TODO" comments in a proposed RFC #226

Open shepmaster opened 6 years ago

shepmaster commented 6 years ago

Ideally, these never get merged in a final RFC.

One idea is to automatically add concerns for each FIXME / TODO found, but there may be other implementations.

shepmaster commented 6 years ago

Concrete example that I would suggest should not have been merged.