pub fn with_maybe_enabled<R>( enabled: Result<Enabled, &'static (dyn Fn(Span) -> Error + 'static)>, f: impl FnOnce() -> R, ) -> R
Call f with beta features enabled or not
f
Used by the parser for TopTemplate
TopTemplate