]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc-js-std/vec-new.js
Remove confusing 'while checking' note from opaque future type mismatches
[rust.git] / tests / rustdoc-js-std / vec-new.js
index cd0e8e7b4a9eb41524adbb55fc8d9c931a8d20d4..fc44a566af21f8ab1f2d9554370366c60975ab09 100644 (file)
@@ -3,7 +3,8 @@ const QUERY = 'Vec::new';
 const EXPECTED = {
     'others': [
         { 'path': 'std::vec::Vec', 'name': 'new' },
-        { 'path': 'std::vec::Vec', 'name': 'ne' },
-        { 'path': 'alloc::vec::Vec', 'name': 'ne' },
+        { 'path': 'alloc::vec::Vec', 'name': 'new' },
+        { 'path': 'std::vec::Vec', 'name': 'new_in' },
+        { 'path': 'alloc::vec::Vec', 'name': 'new_in' },
     ],
 };