Make allocator_kind a query.
This commit is contained in:
parent
e1e6949558
commit
ee94fbb607
8 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
use rustc_span::symbol::{sym, Symbol};
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Clone, Debug, Copy, HashStable_Generic)]
|
||||
pub enum AllocatorKind {
|
||||
Global,
|
||||
Default,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue