Skip to content

Commit 4fd6d3b

Browse files
committed
---
yaml --- r: 156139 b: refs/heads/try c: d6eb719 h: refs/heads/master i: 156137: 5f12647 156135: c1d578f v: v3
1 parent 0d45a33 commit 4fd6d3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: c29a7520e7fb4a5b4d4eccfc594e05793ef6688d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5-
refs/heads/try: aabb6e72c1401874659dad3fff387f25d85e49d6
5+
refs/heads/try: d6eb7197292c26853f9dd461e6732f636f433f48
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75

branches/try/src/librustc/lint/builtin.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,8 @@ impl LintPass for HardwiredLints {
16231623
WARNINGS,
16241624
UNKNOWN_FEATURES,
16251625
UNKNOWN_CRATE_TYPES,
1626-
VARIANT_SIZE_DIFFERENCES
1626+
VARIANT_SIZE_DIFFERENCES,
1627+
FAT_PTR_TRANSMUTES
16271628
)
16281629
}
16291630
}

0 commit comments

Comments
 (0)