mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 18:57:04 +00:00
feat: Implement cast typechecks
This commit is contained in:
parent
304e5f58cd
commit
d186bdc617
25 changed files with 1614 additions and 93 deletions
|
|
@ -554,6 +554,7 @@ fn main() {
|
|||
fn test_unsafe_highlighting() {
|
||||
check_highlighting(
|
||||
r#"
|
||||
//- minicore: sized
|
||||
macro_rules! id {
|
||||
($($tt:tt)*) => {
|
||||
$($tt)*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue