mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Render size, align and offset hover values in hex
This commit is contained in:
parent
eee6872647
commit
be9cc0baae
6 changed files with 165 additions and 110 deletions
|
@ -38,6 +38,7 @@
|
|||
//! option: panic
|
||||
//! ord: eq, option
|
||||
//! panic: fmt
|
||||
//! phantom_data:
|
||||
//! pin:
|
||||
//! range:
|
||||
//! result:
|
||||
|
@ -119,6 +120,11 @@ pub mod marker {
|
|||
#[lang = "tuple_trait"]
|
||||
pub trait Tuple {}
|
||||
// endregion:fn
|
||||
|
||||
// region:phantom_data
|
||||
#[lang = "phantom_data"]
|
||||
pub struct PhantomData<T: ?Sized>;
|
||||
// endregion:phantom_data
|
||||
}
|
||||
|
||||
// region:default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue