Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
8cf55ea51c227c12d039c9696c72537e2669526f
rust/tests/rustdoc-js-std/path-end-empty.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
154 B
JavaScript
Raw Normal View History

rustdoc-search: search backend with partitioned suffix tree
2024-11-22 12:58:20 -07:00
const FILTER_CRATE = "std";
rustdoc search: allow queries to end in an empty path segment fixes https://github.com/rust-lang/rust/issues/129707 this can be used to show all items in a module, or all associated items for a type. currently sufferes slightly due to case insensitivity, so `Option::` will also show items in the `option::` module. it disables the checking of the last path element, otherwise only items with short names will be shown
2024-11-03 13:17:39 -06:00
const EXPECTED = {
'query': 'Option::',
'others': [
rustdoc-search: search backend with partitioned suffix tree
2024-11-22 12:58:20 -07:00
{ 'path': 'std::option::Option', 'name': 'eq' },
rustdoc search: allow queries to end in an empty path segment fixes https://github.com/rust-lang/rust/issues/129707 this can be used to show all items in a module, or all associated items for a type. currently sufferes slightly due to case insensitivity, so `Option::` will also show items in the `option::` module. it disables the checking of the last path element, otherwise only items with short names will be shown
2024-11-03 13:17:39 -06:00
],
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 172ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API