Removal pass for anonymous parameters
Removes occurences of anonymous parameters from the rustc codebase, as they are to be deprecated. See issue #41686 and RFC 1685.
This commit is contained in:
parent
4cb396c680
commit
d290849a23
14 changed files with 45 additions and 41 deletions
|
|
@ -343,7 +343,7 @@ pub trait CompilerCalls<'a> {
|
|||
|
||||
// Create a CompilController struct for controlling the behaviour of
|
||||
// compilation.
|
||||
fn build_controller(&mut self, &Session, &getopts::Matches) -> CompileController<'a>;
|
||||
fn build_controller(&mut self, _: &Session, _: &getopts::Matches) -> CompileController<'a>;
|
||||
}
|
||||
|
||||
// CompilerCalls instance for a regular rustc build.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue