diff options
| author | bors <bors@rust-lang.org> | 2021-07-01 21:45:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-07-01 21:45:19 +0000 |
| commit | 56dee7c49ecdec4c2c9eccc6ff966cf58847bda6 (patch) | |
| tree | 8b0ca08467f70bd8ecacca624c75303d5d3f7ad5 /src/test/rustdoc-js-std | |
| parent | 7100b311df0367c4d9067687573d1396b22411df (diff) | |
| parent | 76bf7c006959ccdf2d161f9113a86491b98e7eae (diff) | |
| download | rust-56dee7c49ecdec4c2c9eccc6ff966cf58847bda6.tar.gz rust-56dee7c49ecdec4c2c9eccc6ff966cf58847bda6.zip | |
Auto merge of #86791 - JohnTitor:rollup-96ltzpz, r=JohnTitor
Rollup of 7 pull requests Successful merges: - #86148 (Check the number of generic lifetime and const parameters of intrinsics) - #86659 (fix(rustdoc): generics search) - #86768 (Add myself to mailmap) - #86775 (Test for const trait impls behind feature gates) - #86779 (Allow anyone to add or remove any label starting with perf-) - #86783 (Move Mutex::unlock to T: ?Sized) - #86785 (proc_macro/bridge: Remove dead code Slice type) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/test/rustdoc-js-std')
| -rw-r--r-- | src/test/rustdoc-js-std/alias-4.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/rustdoc-js-std/alias-4.js b/src/test/rustdoc-js-std/alias-4.js new file mode 100644 index 00000000000..bf2bb4d2981 --- /dev/null +++ b/src/test/rustdoc-js-std/alias-4.js @@ -0,0 +1,7 @@ +const QUERY = '<'; + +const EXPECTED = { + 'others': [ + { 'name': 'Ord' }, + ], +}; |
