]> git.lizzy.rs Git - rust.git/blob - library/core/tests/unicode.rs
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
[rust.git] / library / core / tests / unicode.rs
1 #[test]
2 pub fn version() {
3     let (major, _minor, _update) = core::char::UNICODE_VERSION;
4     assert!(major >= 10);
5 }