s/Show/Debug/g
This commit is contained in:
parent
09ba9f5c87
commit
788181d405
195 changed files with 577 additions and 577 deletions
|
@ -115,7 +115,7 @@ pub enum Linkage {
|
|||
}
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Show)]
|
||||
#[derive(Copy, Debug)]
|
||||
pub enum DiagnosticSeverity {
|
||||
Error,
|
||||
Warning,
|
||||
|
@ -312,7 +312,7 @@ pub enum RealPredicate {
|
|||
|
||||
// The LLVM TypeKind type - must stay in sync with the def of
|
||||
// LLVMTypeKind in llvm/include/llvm-c/Core.h
|
||||
#[derive(Copy, PartialEq, Show)]
|
||||
#[derive(Copy, PartialEq, Debug)]
|
||||
#[repr(C)]
|
||||
pub enum TypeKind {
|
||||
Void = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue