File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version = "0.0.0"
5
5
6
6
[dependencies ]
7
7
core = { path = " ./sysroot_src/library/core" }
8
- compiler_builtins = " = 0.1.70 " # TODO: update back to "0.1" when updating to latest nightly.
8
+ compiler_builtins = " 0.1"
9
9
alloc = { path = " ./sysroot_src/library/alloc" }
10
10
std = { path = " ./sysroot_src/library/std" , features = [" panic_unwind" , " backtrace" ] }
11
11
test = { path = " ./sysroot_src/library/test" }
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ impl CodegenBackend for GccCodegenBackend {
103
103
}
104
104
105
105
fn provide ( & self , providers : & mut Providers ) {
106
- // FIXME compute list of enabled features from cli flags
106
+ // FIXME(antoyo) compute list of enabled features from cli flags
107
107
providers. global_backend_features = |_tcx, ( ) | vec ! [ ] ;
108
108
}
109
109
You can’t perform that action at this time.
0 commit comments