You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is a relatively minor bug, since it only happens if you try to search for the same thing you are looking at, which is not a very natural thing to do. But I thought I would report it anyway.
Steps to reproduce
Go to the front page of the std results from rustdoc
Click in the search box at the top of the page
Type in assert (as an example search term) and hit Return
This one is a relatively minor bug, since it only happens if you try to search for the same thing you are looking at, which is not a very natural thing to do. But I thought I would report it anyway.
Steps to reproduce
assert(as an example search term) and hit Returnfile://url, click anywhere outside the help popup to dismiss itExpected results
The same search is performed again, so the page reloads with little change.
Actual results
Whatever search result you last moused over, which has the highlight shown, is visited.
@rustdoc modify labels +T-rustdoc -A-rustdoc-ui