parent
ae4d89dfb5
commit
656db98bd9
208 changed files with 772 additions and 349 deletions
|
@ -2827,7 +2827,7 @@ pub struct FindExprBySpan<'hir> {
|
|||
}
|
||||
|
||||
impl<'hir> FindExprBySpan<'hir> {
|
||||
fn new(span: Span) -> Self {
|
||||
pub fn new(span: Span) -> Self {
|
||||
Self { span, result: None, ty_result: None }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue