Struct rustc::front::feature_gate::Features[src]

pub struct Features {
    pub default_type_params: Cell<bool>,
    pub issue_5723_bootstrap: Cell<bool>,
    pub overloaded_calls: Cell<bool>,
}

A set of features to be used by later passes.

Fields

default_type_params
issue_5723_bootstrap
overloaded_calls

Methods

impl Features

fn new() -> Features