Commit a784d3b
committed
uefi_std: Remove unstable features except prelude_import
Most of the unstable features are not required for building.
For panics, the only remaining detail is having an implementation of the
panic handler (`panic_handler`) itself.
- `eh_personality`: Not required with `panic=abort`
- `_Unwind_Resume`: Symbol not present with `panic=abort`
- `alloc_error_handler`: OOM triggers a panic; feature will be removed [1]
[1]: rust-lang/rust#112331
Signed-off-by: Tim Crawford <tcrawford@system76.com>1 parent e9030af commit a784d3b
File tree
4 files changed
+9
-55
lines changed- crates
- uefi_std/src
- rt
- uefi/src
4 files changed
+9
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | | - | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 2 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 3 | | |
15 | 4 | | |
16 | 5 | | |
| |||
60 | 49 | | |
61 | 50 | | |
62 | 51 | | |
63 | | - | |
64 | 52 | | |
65 | 53 | | |
66 | 54 | | |
| |||
96 | 84 | | |
97 | 85 | | |
98 | 86 | | |
99 | | - | |
| 87 | + | |
100 | 88 | | |
101 | 89 | | |
102 | 90 | | |
103 | 91 | | |
104 | 92 | | |
105 | 93 | | |
106 | 94 | | |
107 | | - | |
108 | 95 | | |
109 | 96 | | |
110 | | - | |
111 | | - | |
112 | 97 | | |
113 | 98 | | |
114 | 99 | | |
115 | 100 | | |
116 | | - | |
117 | 101 | | |
118 | 102 | | |
119 | 103 | | |
120 | | - | |
121 | 104 | | |
122 | 105 | | |
123 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 1 | | |
12 | | - | |
13 | | - | |
| 2 | + | |
14 | 3 | | |
15 | 4 | | |
16 | 5 | | |
17 | 6 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
0 commit comments