Lines Matching refs:AutoCfg
39 //! Many of the probing methods of `AutoCfg` document the particular template they
83 pub struct AutoCfg {
122 /// Create a new `AutoCfg` instance.
126 /// Panics if `AutoCfg::new()` returns an error.
127 pub fn new() -> AutoCfg {
128 AutoCfg::new().unwrap()
131 impl AutoCfg {
132 /// Create a new `AutoCfg` instance.
147 /// Create a new `AutoCfg` instance with the specified output directory.
169 let mut ac = AutoCfg {