Implement Copy
for LocationDetail
This commit is contained in:
parent
e4dae0dac7
commit
09a8791d42
2 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ impl LinkerPluginLto {
|
|||
}
|
||||
|
||||
/// The different settings that can be enabled via the `-Z location-detail` flag.
|
||||
#[derive(Clone, PartialEq, Hash, Debug)]
|
||||
#[derive(Copy, Clone, PartialEq, Hash, Debug)]
|
||||
pub struct LocationDetail {
|
||||
pub file: bool,
|
||||
pub line: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue