We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a8aed commit e810b7eCopy full SHA for e810b7e
src/libsyntax_expand/base.rs
@@ -924,7 +924,6 @@ impl<'a> ExtCtxt<'a> {
924
}
925
pub fn source_map(&self) -> &'a SourceMap { self.parse_sess.source_map() }
926
pub fn parse_sess(&self) -> &'a ParseSess { self.parse_sess }
927
- pub fn cfg(&self) -> &ast::CrateConfig { &self.parse_sess.config }
928
pub fn call_site(&self) -> Span {
929
self.current_expansion.id.expn_data().call_site
930
0 commit comments