]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/deprecation/suggestion.stderr
Rollup merge of #94236 - reez12g:add_track_caller_87707, r=yaahc
[rust.git] / src / test / ui / deprecation / suggestion.stderr
index b95ca3a75e46d1cef72e922544aca44ea041c54f..7d78b2222444f1b769827ebe4f034d7633555d09 100644 (file)
@@ -1,17 +1,17 @@
 error: use of deprecated function `bar::deprecated`: replaced by `replacement`
-  --> $DIR/suggestion.rs:38:10
+  --> $DIR/suggestion.rs:41:10
    |
 LL |     bar::deprecated();
    |          ^^^^^^^^^^ help: replace the use of the deprecated function: `replacement`
    |
 note: the lint level is defined here
-  --> $DIR/suggestion.rs:5:9
+  --> $DIR/suggestion.rs:7:9
    |
 LL | #![deny(deprecated)]
    |         ^^^^^^^^^^
 
 error: use of deprecated associated function `Foo::deprecated`: replaced by `replacement`
-  --> $DIR/suggestion.rs:36:9
+  --> $DIR/suggestion.rs:39:9
    |
 LL |     foo.deprecated();
    |         ^^^^^^^^^^ help: replace the use of the deprecated associated function: `replacement`