Commit b92eb63
committed
uefi: Add "unstable" feature
The unstable feature will be used to gate the use of new unstable
features. We hope to make the uefi crate work on the stable channel once
the `abi_efiapi` and `default_alloc_error_handler` features are
stabilized, so we don't want to start relying unconditionally on new
unstable features.
For now the new feature doesn't do anything, but we have a couple
changes landing soon that will be gated by this feature.1 parent ffa9b1a commit b92eb63
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| 57 | + | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| |||
0 commit comments