Merge commit '598f090956
' into sync_cg_clif-2023-01-24
This commit is contained in:
commit
b829bb7431
45 changed files with 1139 additions and 1108 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
|
||||
// source for rustc_* is not included in the rust-src component; disable the errors about this
|
||||
"rust-analyzer.diagnostics.disabled": ["unresolved-extern-crate", "unresolved-macro-call"],
|
||||
"rust-analyzer.imports.granularity.enforce": true,
|
||||
|
@ -30,7 +32,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"sysroot_src": "./build_sysroot/sysroot_src/library",
|
||||
"sysroot_src": "./download/sysroot/sysroot_src/library",
|
||||
"crates": [
|
||||
{
|
||||
"root_module": "./example/std_example.rs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue