File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 7070 ./y.sh build --no-default-features --sysroot-panic-abort
7171 # Uncomment when we no longer need to remove global variables.
7272 #./y.sh build --sysroot --no-default-features --sysroot-panic-abort
73- #./y.sh build --sysroot --no-default-features --sysroot-panic-abort
7473 #cargo test --no-default-features
7574 #./y.sh clean all
7675
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ master = ["gccjit/master"]
2222default = [" master" ]
2323
2424[dependencies ]
25- # gccjit = "2.0"
26- gccjit = { git = " https://github.com/rust-lang/gccjit.rs" }
25+ gccjit = " 2.1"
2726
2827# Local copy.
2928# gccjit = { path = "../gccjit.rs" }
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ fn array_as_slice(arr: &[u8; 3]) -> &[u8] {
153153 arr
154154}
155155
156- // FIXME: fix the intrinsic implementation to work with the new ->u32 signature
157156unsafe fn use_ctlz_nonzero ( a : u16 ) -> u32 {
158157 intrinsics:: ctlz_nonzero ( a)
159158}
You can’t perform that action at this time.
0 commit comments