File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
branches/try/src/librustc Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
3
3
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4
- refs/heads/try: e9c15307a97a4389d12a29ec8d0d42171710d71f
4
+ refs/heads/try: 3080df36e27ed74399f9fe22e4796e209abd2b69
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
7
7
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -815,6 +815,12 @@ This error indicates that the compiler found multiple functions with the
815
815
point into a Rust program.
816
816
"## ,
817
817
818
+ E0138 : r##"
819
+ This error indicates that the compiler found multiple functions with the
820
+ `#[start]` attribute. This is an error because there must be a unique entry
821
+ point into a Rust program.
822
+ "## ,
823
+
818
824
E0152 : r##"
819
825
Lang items are already implemented in the standard library. Unless you are
820
826
writing a free-standing application (e.g. a kernel), you do not need to provide
@@ -1602,7 +1608,6 @@ register_diagnostics! {
1602
1608
// E0006 // merged with E0005
1603
1609
// E0134,
1604
1610
// E0135,
1605
- E0138 ,
1606
1611
E0139 ,
1607
1612
E0264 , // unknown external lang item
1608
1613
E0269 , // not all control paths return a value
You can’t perform that action at this time.
0 commit comments