Skip to content

Commit 8a1d1de

Browse files
committed
wip
1 parent 7ddc1fb commit 8a1d1de

File tree

2 files changed

+206
-231
lines changed

2 files changed

+206
-231
lines changed

src/librustc/ty/maps/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use syntax_pos::symbol::InternedString;
2323
2424
pub trait QueryConfig {
2525
type Key: Eq + Hash + Clone;
26-
type Value;
26+
type Value: Clone;
2727
}
2828

2929
pub(super) trait QueryDescription<'tcx>: QueryConfig {

0 commit comments

Comments
 (0)