diff options
| author | est31 <MTest31@outlook.com> | 2018-01-10 03:24:24 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2018-01-10 03:27:08 +0100 |
| commit | 24918148bb2269508565d458efb39d6c8b6708b1 (patch) | |
| tree | ae5d3858cc5cfcd2ad685e904c63d833e014ed18 /src/libstd | |
| parent | a8556d77c69f2e1166ba878a51af0c0acdc16238 (diff) | |
| download | rust-24918148bb2269508565d458efb39d6c8b6708b1.tar.gz rust-24918148bb2269508565d458efb39d6c8b6708b1.zip | |
We have Rust 1.25 now
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/panicking.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/panicking.rs b/src/libstd/panicking.rs index fac1dc15918..f91eaf433d7 100644 --- a/src/libstd/panicking.rs +++ b/src/libstd/panicking.rs @@ -328,7 +328,7 @@ impl<'a> Location<'a> { /// /// panic!("Normal panic"); /// ``` - #[stable(feature = "panic_col", since = "1.24")] + #[stable(feature = "panic_col", since = "1.25")] pub fn column(&self) -> u32 { self.col } |
