oe_test_cargo_02

image-20240510181859605

发现是 cargo update无法生成Cargo.lock

image-20240511150233181

cargo build --lock也不行

image-20240511150405095

(我在linux和windows平台都尝试了,目前只有欧拉有这个问题)

oe_test_rustc_02

image-20240510182235480

rustc --print target-cpus hello.rs

无法查找到 Target CPU ,被写死了。。

使用uname -m 获取当前架构信息

image-20240511155113799

image-20240511163242416

pr

oe_test_rustdoc

测例有误

image-20240511174152173

image-20240511183611310

oe_test_rustfmt

image-20240510170756092

可以看到没有rls包,经过查看everthing package,目前24.03没有提供该包23.09也是,也许我们从来没有引入过该包

image-20240513110404810