mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Add toolchain
meta for tests
This commit is contained in:
parent
5d41affc77
commit
584d2697cc
6 changed files with 66 additions and 44 deletions
|
@ -116,7 +116,7 @@ fn external_docs_doc_url_std_crate() {
|
|||
//- /main.rs crate:std
|
||||
use self$0;
|
||||
"#,
|
||||
expect![[r#"https://doc.rust-lang.org/nightly/std/index.html"#]],
|
||||
expect!["https://doc.rust-lang.org/stable/std/index.html"],
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue