File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed 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