Support pretty-printing dyn* trait objects
This commit is contained in:
parent
13170cd787
commit
1cc8289791
4 changed files with 11 additions and 10 deletions
|
@ -129,10 +129,7 @@ static EXPRS: &[&str] = &[
|
|||
"(0.).to_string()",
|
||||
"0. .. 1.",
|
||||
*/
|
||||
/*
|
||||
// FIXME: pretty-printer loses the dyn*. `i as Trait`
|
||||
"i as dyn* Trait",
|
||||
*/
|
||||
];
|
||||
|
||||
// Flatten the content of parenthesis nodes into their parent node. For example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue