Fix compilation error `use of unstable library feature 'stdsimd'`
- Upgraded to latest nightly to closes #193 (closed)
- Fixed clippy warnings.
- Fixed one compilation error with
try-runtime
feature and the unused import and dead code warnings. G1Executor and GTest are only utilized withruntime-benchmarks
, whereas GDevExecutor is used with eitherruntime-benchmarks
ortry-runtime
. Rather than complicating the code with error-prone (or impossible) feature combinations, I've opted to allow unused import and dead code within this particular section.
Edited by Benjamin Gallois
Merge request reports
Activity
changed milestone to %runtime-801
assigned to @bgallois
requested review from @HugoTrentesaux
added 5 commits
-
008f7776...1cf65df0 - 2 commits from branch
master
- d26d1256 - fix #193 (closed)
- 1835083b - fix unused_must_use
- ab988df5 - fix unused imports
Toggle commit list-
008f7776...1cf65df0 - 2 commits from branch
added 4 commits
-
e71a5384 - 1 commit from branch
master
- fc46818c - fix #193 (closed)
- ac8f2554 - fix unused_must_use
- 42c871b9 - fix unused imports
Toggle commit list-
e71a5384 - 1 commit from branch
mentioned in commit 1b5ed47b
Please register or sign in to reply