We have Rust 1.25 now
This commit is contained in:
parent
a8556d77c6
commit
24918148bb
@ -328,7 +328,7 @@ pub fn line(&self) -> u32 {
|
||||
///
|
||||
/// panic!("Normal panic");
|
||||
/// ```
|
||||
#[stable(feature = "panic_col", since = "1.24")]
|
||||
#[stable(feature = "panic_col", since = "1.25")]
|
||||
pub fn column(&self) -> u32 {
|
||||
self.col
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user