
rust
_Voosk
Rust
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
密钥“externalConsole”已弃用。请改用“console”。
将launch.json里的cppvsdbg中原来的"externalConsole":true改成"console":"externalTerminal"原创 2022-10-09 00:01:01 · 3506 阅读 · 0 评论 -
Rust编译的时候报出link.exe not found错误
Rust编译的时候报出link.exe not found错误,note: the msvc targets depend on the msvc linker but `link.exe` was not found note: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option error: aborting due to previous error原创 2022-09-15 20:28:00 · 2483 阅读 · 1 评论 -
给rust的cargo环境或gnome构建器安装rust-analyzer
给rust的cargo环境或gnome构建器安装rust-analyzer原创 2022-09-12 15:44:24 · 1313 阅读 · 0 评论 -
Rust语言有些情况一直卡住的解决方法
由于本人第一天接触rust,所以无法把这些现象描述的很准确,只能称为“rust有些情况卡住”( 照顾刚刚接触linux的人,尽量详细一些,祝小白们早日变成小黑)终端里面粘贴 按钮是crtl+shift+V。,然后用直接用文本编辑器打开进行编辑。然后按字母 i 或按 insert键。现在再去试试,我到这一步问题就解决了。(就是写着enter的那个按钮),没换源速度慢,才会一直卡在那里。如果你实在不会用vim,可以。冒号,然后输入字母wq,回车。的时候,会卡住,像这样。然后按esc键,输入。原创 2022-09-10 21:00:52 · 2741 阅读 · 0 评论