|
|
|
|
|
by eldruin
1637 days ago
|
|
You may have started getting deprecation warnings because some methods in the `Error` trait have been deprecated [1] in favor of a different mechanism. Then, you may have configured warnings to result in compilation errors in your build/project, however, I would argue this situation is not what most people would understand as "code not compiling due to a compiler update". [1]: https://doc.rust-lang.org/std/error/trait.Error.html |
|
I don't remember and it doesn't really matter other than we had build issues and it was unexpected.