You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This include is blocking the release job:
rust-osdev#1330 (comment)
For now, just inline the example so that we can release. Filed
rust-osdev#1337 to track a better fix.
We tried to use
#![doc = include_str!("../../template/src/main.rs")]
, but that is causing the release job to fail: #1330 (comment)As a quick workaround we will inline the example code, but that means it won't be tested and could break easily. Filing this issue to track fixing it.
The text was updated successfully, but these errors were encountered: