diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-05-09 18:39:11 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-05-09 18:42:04 +0300 |
| commit | 6c5c627dd441b0e7ac52cfd05e1923584dd213ae (patch) | |
| tree | 02685195bcfd71f4c823651b2ccc606ebcaba9bb /compiler/src/span.rs | |
| parent | c628391e10c6db7ca8b979e20d5b09ac92251c96 (diff) | |
| download | crisp-6c5c627dd441b0e7ac52cfd05e1923584dd213ae.tar.gz crisp-6c5c627dd441b0e7ac52cfd05e1923584dd213ae.zip | |
Add parser tests
Diffstat (limited to 'compiler/src/span.rs')
| -rw-r--r-- | compiler/src/span.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/span.rs b/compiler/src/span.rs index 369c58c..8686f4f 100644 --- a/compiler/src/span.rs +++ b/compiler/src/span.rs | |||
| @@ -27,7 +27,7 @@ impl Span { | |||
| 27 | } | 27 | } |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | #[derive(Clone, Copy, Debug)] | 30 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] |
| 31 | pub struct Spanned<T> { | 31 | pub struct Spanned<T> { |
| 32 | pub inner: T, | 32 | pub inner: T, |
| 33 | pub span: Span, | 33 | pub span: Span, |
