wby
wby
我也遇到了同样的问题
use``pynlpir.open()``?
I have done as ``cargo fix --edition`` tips me ``` To prepare for the 2018 edition you should first remove `edition = '2018'` from your `Cargo.toml` and then rerun this...
I fix my error by ``use crate::ast::{Expr, Opcode};``. So ``use crate::ast::{Expr, Opcode};`` can work. ``use ast::{Expr, Opcode};`` just cause errors.
您好, 我遇到了以下问题 ``` Caused by: failed to select a version for the requirement `bitvec = "^0.9"` candidate versions found which didn't match: 0.17.4 ``` 似乎是因为bitvec的0.9版本被yank了 - 我在win10下编译 - `rustc 1.45.0-nightly...
我有一个疑问: 不同的退出`qemu`的方式, 会导致`link_user.S`的内容不一样? - win10系统 - OpenSBI v0.5 (Oct 9 2019 12:03:04) - qemu 4.2.0 - powershell命令行 - 退出方式 1. `Ctrl+c`: 再次`make run`就会报错 2. `Crtl+A`+`X`: 再次`make run`就没问题
I meet this error too.