Skip to content

Commit 3ca5ef8

Browse files
committed
move utf8_idents
1 parent dbab4e1 commit 3ca5ef8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/ui/utf8_idents.rs renamed to tests/ui/rfcs/rfc-2457-non-ascii-idents/utf8_idents.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1+
//! 'Check that non-ascii-idents are allowed.
2+
13
//@ check-pass
24
//
35
#![allow(mixed_script_confusables, non_camel_case_types)]
46

5-
fn foo<
6-
'β,
7-
γ
8-
>() {}
7+
fn foo<'β, γ>() {}
98

109
struct X {
11-
δ: usize
10+
δ: usize,
1211
}
1312

1413
pub fn main() {

0 commit comments

Comments
 (0)