]> git.lizzy.rs Git - rust.git/blobdiff - library/core/tests/unicode.rs
Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3
[rust.git] / library / core / tests / unicode.rs
index c28ea859115e13e8d0c10491a39ebbe27e5e0f01..bbace0ef66ca32940e71261745d7fccdd430fcf7 100644 (file)
@@ -1,5 +1,5 @@
 #[test]
 pub fn version() {
-    let (major, _minor, _update) = core::unicode::UNICODE_VERSION;
+    let (major, _minor, _update) = core::char::UNICODE_VERSION;
     assert!(major >= 10);
 }