Make rustc_session::config::Input
clone-able
This commit is contained in:
parent
7dd170fccb
commit
c773b19540
1 changed files with 1 additions and 0 deletions
|
@ -798,6 +798,7 @@ pub enum DumpSolverProofTree {
|
|||
Never,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub enum Input {
|
||||
/// Load source code from a file.
|
||||
File(PathBuf),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue