Fix pretty-printing for raw identifiers

This commit is contained in:
Vadim Petrochenkov 2018-03-26 02:47:04 +03:00
parent ab8b961677
commit a637dd00c8
7 changed files with 19 additions and 12 deletions

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-pretty
#![feature(raw_identifiers)]
use std::mem;

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-pretty
#![feature(raw_identifiers)]
fn r#fn(r#match: u32) -> u32 {

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-pretty
#![feature(raw_identifiers)]
#[derive(Debug, PartialEq, Eq)]

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-pretty
#![feature(decl_macro)]
#![feature(raw_identifiers)]