add support of feature flag for runnables #4464

Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
This commit is contained in:
Benjamin Coenen 2020-05-21 10:48:42 +02:00
parent ebaa05a447
commit c6143742bd
7 changed files with 212 additions and 19 deletions

View file

@ -62,6 +62,7 @@ pub use crate::{
pub use hir_def::{
adt::StructKind,
attr::Attrs,
body::scope::ExprScopes,
builtin_type::BuiltinType,
docs::Documentation,