Macro core::include1.0.0 [] [src]

macro_rules! include {
    ($file:expr) => { ... };
}

Parse a file as an expression or an item according to the context.

For more information, see the documentation for std::include!.