mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +00:00
14 lines
499 B
Plaintext
14 lines
499 B
Plaintext
error: trybuild test needs to fail for stderr checking
|
|
--> $DIR/deprecated_rename.rs:10:5
|
|
|
|
|
10 | compile_error!("trybuild test needs to fail for stderr checking");
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: use of deprecated function `sqlx::_rename`: `#[sqlx(rename = "...")]` is now `#[sqlx(type_name = "...")`
|
|
--> $DIR/deprecated_rename.rs:2:8
|
|
|
|
|
2 | #[sqlx(rename = "foo")]
|
|
| ^^^^^^
|
|
|
|
|
= note: `#[warn(deprecated)]` on by default
|