Auto merge of #85909 - cjgillot:alloc-kind-query, r=Aaron1011
Make allocator_kind a query. Part of #85153 r? `@Aaron1011`
This commit is contained in:
commit
345530412f
10 changed files with 11 additions and 17 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