Struct lib_ruby_parser::nodes::Line [−][src]
#[repr(C)]pub struct Line { pub expression_l: Loc, }
Expand description
Represents a special __LINE__ literal
Fields
expression_l: LocLocation of the __LINE__ literal
__LINE__
~~~~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Lineimpl UnwindSafe for LineBlanket Implementations
Mutably borrows from an owned value. Read more