File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
2
# Manually sync this with Dockerfile!
3
- channel = " nightly-2022-04-24 "
3
+ channel = " nightly-2022-05-15 "
4
4
components = [
5
5
" clippy" ,
6
6
" llvm-tools-preview" ,
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ macro_rules! try_sys {
81
81
/// // instead of
82
82
/// let ret = f(arg);
83
83
/// ```
84
+ #[ allow( unused_macro_rules) ]
84
85
macro_rules! kernel_function {
85
86
( $f: ident( ) ) => {
86
87
$crate:: arch:: switch:: kernel_function0( $f)
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ impl flags::Build {
138
138
let explicit_exports = [
139
139
"_start" ,
140
140
"__bss_start" ,
141
- "__rg_oom" ,
142
141
"runtime_entry" ,
143
142
// lwIP functions (C runtime)
144
143
"init_lwip" ,
You can’t perform that action at this time.
0 commit comments