mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
fix: special case base url of BuiltinType
to core
This commit is contained in:
parent
3de03d4c61
commit
3a380d4b3a
2 changed files with 15 additions and 9 deletions
|
@ -3796,6 +3796,7 @@ cosnt _: &str$0 = ""; }
|
|||
|
||||
//- /libstd.rs crate:std
|
||||
/// Docs for prim_str
|
||||
/// [`foo`](../std/keyword.foo.html)
|
||||
mod prim_str {}
|
||||
"#,
|
||||
expect
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue