Implement latest rfc style using simpler rendering
This commit is contained in:
parent
a019c2c6ba
commit
71ec2867e3
5 changed files with 697 additions and 198 deletions
|
@ -26,7 +26,7 @@ use std::rc::Rc;
|
|||
|
||||
use codemap::{self, CodeMap, ExpnInfo, NameAndSpan, MacroAttribute};
|
||||
use errors;
|
||||
use errors::snippet::{RenderedLine, SnippetData};
|
||||
use errors::snippet::{SnippetData};
|
||||
use config;
|
||||
use entry::{self, EntryPointType};
|
||||
use ext::base::{ExtCtxt, DummyMacroLoader};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue