error: an inner attribute is not permitted in this context
--> src\main.rs:18:1
|
18 | #![feature(custom_test_frameworks)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
22 | / fn test_runner(tests: &[&dyn Fn()]) {
23 | | println!("Starting {} tests", tests.len());
24 | | for test in tests {
25 | | test();
26 | | }
27 | | }
| |_- the inner attribute doesn't annotate this function
|
= note: inner attributes, like `#![no_std]`, annotate the item enclosing them, and are usually found at the beginning
of source files
help: to annotate the function, change the attribute from inner to outer style
|
18 - #![feature(custom_test_frameworks)]
18 + #[feature(custom_test_frameworks)]
|
error[E0658]: use of unstable library feature 'custom_test_frameworks': custom test frameworks are an unstable feature
--> src\main.rs:29:3
|
29 | #[test_case]
| ^^^^^^^^^
|
= note: see issue #50297 for more information
= help: add `#![feature(custom_test_frameworks)]` to the crate attributes to enable
For more information about this error, try `rustc --explain E0658`.
qemu-system-x86_64.exe : Имя "qemu-system-x86_64.exe" не распознано как имя командлета, функции, файла сценария или выполняемой программы.
Проверьте правильность написания имени, а также наличие и правильность пути, после чего повторите попытку.
строка:1 знак:2
+ qemu-system-x86_64.exe -drive format=raw,file=target/x86_64------/d ...
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (qemu-system-x86_64.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Suggestion [3,General]: Команда qemu-system-x86_64.exe не найдена, однако существует в текущем расположении. По умолчанию оболочка Windows PowerShell не загружает команды из текущего расположения. Если вы уверены в надежности ко
манды, введите ".\qemu-system-x86_64.exe". Для получения дополнительных сведений вызовите справку с помощью команды "get-help about_Command_Precedence".
а так: ".\qemu-system-x86_64.exe -drive format=raw,file=C:\------\target\x86_64-------\debug\bootimage------.bin" не делает ничего