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
E.g. exhibiting #[no_std]; code normally requires passing extra flags to rustc (because we don't link to libc), so it would be good to be able to just parse, type-check and lint without linking, so that code snippets don't go completely out of date.
Activity
alexcrichton commentedon Mar 15, 2014
Perhaps
no_run
could imply--no-trans
?flaper87 commentedon Mar 15, 2014
I think I prefer @huonw proposal. That will help keeping the code fence explicit.
rustdoc: Have no_run imply no_trans
Auto merge of rust-lang#12903 - lnicola:rainbows, r=Veykril
Auto merge of rust-lang#12903 - Jarcho:issue_12284, r=y21