mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Support #[rustc_coinductive]
This commit is contained in:
parent
6ba2590541
commit
d026479ba6
4 changed files with 45 additions and 8 deletions
|
@ -62,6 +62,7 @@ pub mod marker {
|
|||
#[lang = "sized"]
|
||||
#[fundamental]
|
||||
#[rustc_specialization_trait]
|
||||
#[rustc_coinductive]
|
||||
pub trait Sized {}
|
||||
// endregion:sized
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue