diff options
| author | bors <bors@rust-lang.org> | 2021-04-18 23:28:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-04-18 23:28:43 +0000 |
| commit | c4ba8e3e5fdd9aaf30d82e5a9cc22dcefb75a79d (patch) | |
| tree | 20b63c007b068d4cbc2c7fe1166a448a09353777 /src/test/debuginfo | |
| parent | 5a4ab26459a1ccf17ef5bb4c841d3ae5517b2890 (diff) | |
| parent | e5f9271f360028329e724ddf61c158760e91b7d7 (diff) | |
| download | rust-c4ba8e3e5fdd9aaf30d82e5a9cc22dcefb75a79d.tar.gz rust-c4ba8e3e5fdd9aaf30d82e5a9cc22dcefb75a79d.zip | |
Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth
Stablize `non-ascii-idents` This is the stablization PR for RFC 2457. Currently this is waiting on fcp in [tracking issue](https://github.com/rust-lang/rust/issues/55467). r? `@Manishearth`
Diffstat (limited to 'src/test/debuginfo')
| -rw-r--r-- | src/test/debuginfo/multi-byte-chars.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/debuginfo/multi-byte-chars.rs b/src/test/debuginfo/multi-byte-chars.rs index 5382dd1a323..5c68a88f2fb 100644 --- a/src/test/debuginfo/multi-byte-chars.rs +++ b/src/test/debuginfo/multi-byte-chars.rs @@ -2,8 +2,6 @@ // compile-flags:-g -#![feature(non_ascii_idents)] - // This test checks whether debuginfo generation can handle multi-byte UTF-8 // characters at the end of a block. There's no need to do anything in the // debugger -- just make sure that the compiler doesn't crash. |
