Help with diagnosing make test
failure
#460
-
I'm trying to develop unit tests for udp code. When I run
I have diffed my branch with master |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
IIRC, your UDP branch depends on Tock kernel crates. So building it builds the Tock kernel. But make test in libtock-rs uses a stable compiler, and the Tock kernel uses nightly features that cannot be built with a stable compiler |
Beta Was this translation helpful? Give feedback.
IIRC, your UDP branch depends on Tock kernel crates. So building it builds the Tock kernel. But make test in libtock-rs uses a stable compiler, and the Tock kernel uses nightly features that cannot be built with a stable compiler