mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Complete #![recursion_limit = "N"]
over #![recursion_limit = N]
This commit is contained in:
parent
c16e6474f9
commit
1f238b3bb5
2 changed files with 7 additions and 3 deletions
|
@ -75,7 +75,7 @@ fn attr_on_source_file() {
|
|||
at no_implicit_prelude
|
||||
at no_main
|
||||
at no_std
|
||||
at recursion_limit = …
|
||||
at recursion_limit = "…"
|
||||
at type_length_limit = …
|
||||
at windows_subsystem = "…"
|
||||
"#]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue