diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-07-11 16:02:03 -0400 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-07-14 07:57:46 -0400 |
| commit | 71ec2867e3c4cc448cb64890daffd1d5ffbe353b (patch) | |
| tree | 1b200b63c1c5427567ee22a919e28c04914781ad /src/libsyntax_pos/lib.rs | |
| parent | a019c2c6bad2bae7e0f5c527ea8a11615acc037f (diff) | |
| download | rust-71ec2867e3c4cc448cb64890daffd1d5ffbe353b.tar.gz rust-71ec2867e3c4cc448cb64890daffd1d5ffbe353b.zip | |
Implement latest rfc style using simpler rendering
Diffstat (limited to 'src/libsyntax_pos/lib.rs')
| -rw-r--r-- | src/libsyntax_pos/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs index 39bb5956312..7dfe19452a2 100644 --- a/src/libsyntax_pos/lib.rs +++ b/src/libsyntax_pos/lib.rs @@ -568,7 +568,7 @@ impl Sub for CharPos { // /// A source code location used for error reporting -#[derive(Debug)] +#[derive(Debug, Clone)] pub struct Loc { /// Information about the original source pub file: Rc<FileMap>, |
