Skip to content

Commit 1211b45

Browse files
committed
make rustc_session::config::Input cloneable
1 parent d6d3b34 commit 1211b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_session/src/config.rs

+1
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@ pub enum DumpSolverProofTree {
798798
Never,
799799
}
800800

801+
#[derive(Clone)]
801802
pub enum Input {
802803
/// Load source code from a file.
803804
File(PathBuf),

0 commit comments

Comments
 (0)