Struct rustc_ap_proc_macro::Span [] [src]

pub struct Span(_);
🔬 This is a nightly-only experimental API. (proc_macro #38356)

A region of source code, along with macro expansion information.

Methods

impl Span
[src]

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

A span that resolves at the macro definition site.

impl Span
[src]

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

The span of the invocation of the current procedural macro.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

The original source file into which this span points.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

The Span for the tokens in the previous macro expansion from which self was generated from, if any.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

The span for the origin source code that self was generated from. If this Span wasn't generated from other macro expansions then the return value is the same as *self.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Get the starting line/column in the source file for this span.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Get the ending line/column in the source file for this span.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Create a new span encompassing self and other.

Returns None if self and other are from different files.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Creates a new span with the same line/column information as self but that resolves symbols as though it were at other.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Creates a new span with the same name resolution behavior as self but with the line/column information of other.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Create a new Diagnostic with the given message at the span self.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Create a new Diagnostic with the given message at the span self.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Create a new Diagnostic with the given message at the span self.

[src]

🔬 This is a nightly-only experimental API. (proc_macro #38356)

Create a new Diagnostic with the given message at the span self.

Trait Implementations

impl Copy for Span
[src]

impl Clone for Span
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Span
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Span
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Span
[src]

Auto Trait Implementations

impl !Send for Span

impl !Sync for Span