mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Fix release channel detection
See bootstrap code in rust-lang/rust for versioning details: e49122fb1c/src/bootstrap/lib.rs (L1244)
This commit is contained in:
parent
1f92641093
commit
4db87f9346
4 changed files with 6 additions and 6 deletions
|
@ -387,7 +387,6 @@ use self::foo::impl$0
|
|||
fn use_tree_no_unstable_items_on_stable() {
|
||||
check(
|
||||
r#"
|
||||
//- toolchain:stable
|
||||
//- /lib.rs crate:main deps:std
|
||||
use std::$0
|
||||
//- /std.rs crate:std
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue