MB
Size: a a a
MB
MB
MB
MK
MB
MB
MK
MK
'_
...'static
hereMB
MK
MB
pub fn run(mut self) {
// ...
thread::spawn(move || {
self.handle(receiver, src);
});
}
AT
r🍪
r🍪
The Rust nightly compiler contains a built-in target, avr-unknown-gnu-atmega328, но что-то у меня в rustup target list не показывается. Почему так может быть?
JĐ
The Rust nightly compiler contains a built-in target, avr-unknown-gnu-atmega328, но что-то у меня в rustup target list не показывается. Почему так может быть?
rustup target add
JĐ
r🍪
rustup target add
error: toolchain 'nightly-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'avr-unknown-gnu-atmega328'
JĐ
error: toolchain 'nightly-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'avr-unknown-gnu-atmega328'
НТ
НТ