We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c1b7a commit 51e2a63Copy full SHA for 51e2a63
src/libstd/sys/redox/process.rs
@@ -368,7 +368,7 @@ impl Command {
368
interpreter.pop().unwrap();
369
}
370
371
- // TODO: Here we could just reassign `file` directly, if it
+ // FIXME: Here we could just reassign `file` directly, if it
372
// wasn't for lexical lifetimes. Remove the whole `let
373
// interpreter = { ... };` hack once NLL lands.
374
// NOTE: Although DO REMEMBER to make sure the interpreter path
0 commit comments