File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
branches/try/src/librustc/lint Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: c29a7520e7fb4a5b4d4eccfc594e05793ef6688d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
- refs/heads/try: aabb6e72c1401874659dad3fff387f25d85e49d6
5
+ refs/heads/try: d6eb7197292c26853f9dd461e6732f636f433f48
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 6601b0501e31d08d3892a2d5a7d8a57ab120bf75
Original file line number Diff line number Diff line change @@ -1623,7 +1623,8 @@ impl LintPass for HardwiredLints {
1623
1623
WARNINGS ,
1624
1624
UNKNOWN_FEATURES ,
1625
1625
UNKNOWN_CRATE_TYPES ,
1626
- VARIANT_SIZE_DIFFERENCES
1626
+ VARIANT_SIZE_DIFFERENCES ,
1627
+ FAT_PTR_TRANSMUTES
1627
1628
)
1628
1629
}
1629
1630
}
You can’t perform that action at this time.
0 commit comments