Skip to content

Commit bdd8919

Browse files
committed
---
yaml --- r: 42982 b: refs/heads/try c: efd66b0 h: refs/heads/master v: v3
1 parent 352af2e commit bdd8919

File tree

9 files changed

+1069
-11
lines changed

9 files changed

+1069
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 19dfec2aaf746535de1521f68421f9980dbf25de
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5-
refs/heads/try: b9a7d77529f24fe826fac711ad464599922a6fd0
5+
refs/heads/try: efd66b0339b66ff6d318b514d589f87947db7ab3
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/src/libcore/extfmt.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,12 @@ pub mod rt {
499499

500500
pub enum Ty { TyDefault, TyBits, TyHexUpper, TyHexLower, TyOctal, }
501501

502+
#[cfg(stage0)]
503+
pub type Conv = {flags: u32, width: Count, precision: Count, ty: Ty};
504+
505+
#[cfg(stage1)]
506+
#[cfg(stage2)]
507+
#[cfg(stage3)]
502508
pub struct Conv {
503509
flags: u32,
504510
width: Count,

0 commit comments

Comments
 (0)