diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-06 14:18:28 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-12 00:13:53 +0200 |
| commit | 1ca2905cda99dd395347b46c3ce225f58b4d3844 (patch) | |
| tree | 51ddb09c1070b128e4eeafa7f29f58d0ab04e2dc /src/libcore/unicode/tables.rs | |
| parent | 670e85339a5014ad6fde02beb0603d2e12027a89 (diff) | |
| download | rust-1ca2905cda99dd395347b46c3ce225f58b4d3844.tar.gz rust-1ca2905cda99dd395347b46c3ce225f58b4d3844.zip | |
Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.
Diffstat (limited to 'src/libcore/unicode/tables.rs')
| -rw-r--r-- | src/libcore/unicode/tables.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/unicode/tables.rs b/src/libcore/unicode/tables.rs index 1f7b1bde914..3fbbc011bc4 100644 --- a/src/libcore/unicode/tables.rs +++ b/src/libcore/unicode/tables.rs @@ -17,6 +17,7 @@ use unicode::bool_trie::{BoolTrie, SmallBoolTrie}; /// The version of [Unicode](http://www.unicode.org/) that the Unicode parts of /// `char` and `str` methods are based on. +#[unstable(feature = "unicode_version", issue = "49726")] pub const UNICODE_VERSION: UnicodeVersion = UnicodeVersion { major: 10, minor: 0, |
