error: `Link` requires `to` attribute --> tests/links/link_should_fail.rs:6:13 | 6 | rsx! { }; | ^^^^ error: `Link` requires `to` attribute --> tests/links/link_should_fail.rs:7:13 | 7 | rsx! { }; | ^^^^ error: expected `=` --> tests/links/link_should_fail.rs:8:21 | 8 | rsx! { }; | ^ error: Expected a literal or an expression block --> tests/links/link_should_fail.rs:9:22 | 9 | rsx! { }; | ^ error: Unsupported attribute `unsupported_attr`. `Link` supports only `key` and `to` attributes --> tests/links/link_should_fail.rs:10:18 | 10 | rsx! { }; | ^^^^^^^^^^^^^^^^ error: Unsupported attribute `unsupported_attr`. `Link` supports only `key` and `to` attributes --> tests/links/link_should_fail.rs:11:29 | 11 | rsx! { }; | ^^^^^^^^^^^^^^^^ error: `Link` requires `to` attribute --> tests/links/link_should_fail.rs:12:13 | 12 | rsx! { }; | ^^^^ error: This closing tag does not have a corresponding opening tag. (hint: try adding ``) --> tests/links/link_should_fail.rs:13:12 | 13 | rsx! { }; | ^^^^^^^ error: `Link` requires `to` attribute --> tests/links/link_should_fail.rs:14:13 | 14 | rsx! { }; | ^^^^ error: This opening tag does not have a corresponding closing tag. (hint: try adding ``) --> tests/links/link_should_fail.rs:15:12 | 15 | rsx! { }; | ^^^^^^^^^^^^^^^^^ error[E0599]: `NonDisplayStruct` doesn't implement `std::fmt::Display` --> tests/links/link_should_fail.rs:16:21 | 16 | rsx! { }; | ^^^^^^^^^^^^^^^^^^ `NonDisplayStruct` cannot be formatted with the default formatter | ::: tests/links/../utils/non_display_struct.rs | | pub struct NonDisplayStruct; | --------------------------- | | | method `to_string` not found for this struct | doesn't satisfy `NonDisplayStruct: ToString` | doesn't satisfy `NonDisplayStruct: std::fmt::Display` | = note: the following trait bounds were not satisfied: `NonDisplayStruct: std::fmt::Display` which is required by `NonDisplayStruct: ToString` note: the trait `std::fmt::Display` must be implemented --> $RUST/core/src/fmt/mod.rs | | pub trait Display { | ^^^^^^^^^^^^^^^^^ error[E0599]: `NonDisplayStruct` doesn't implement `std::fmt::Display` --> tests/links/link_should_fail.rs:17:22 | 17 | rsx! { }; | ^^^^^^^^^^^^^^^^^^ `NonDisplayStruct` cannot be formatted with the default formatter | ::: tests/links/../utils/non_display_struct.rs | | pub struct NonDisplayStruct; | --------------------------- | | | method `to_string` not found for this struct | doesn't satisfy `NonDisplayStruct: ToString` | doesn't satisfy `NonDisplayStruct: std::fmt::Display` | = note: the following trait bounds were not satisfied: `NonDisplayStruct: std::fmt::Display` which is required by `NonDisplayStruct: ToString` note: the trait `std::fmt::Display` must be implemented --> $RUST/core/src/fmt/mod.rs | | pub trait Display { | ^^^^^^^^^^^^^^^^^