mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
bless ui tests
This commit is contained in:
parent
7ca96953b7
commit
3256adeec3
2 changed files with 4 additions and 11 deletions
|
@ -15,11 +15,3 @@ error[E0624]: method `set_field` is private
|
||||||
...
|
...
|
||||||
15 | input.set_field(&mut db).to(23);
|
15 | input.set_field(&mut db).to(23);
|
||||||
| ^^^^^^^^^ private method
|
| ^^^^^^^^^ private method
|
||||||
|
|
||||||
warning: unused import: `salsa::prelude`
|
|
||||||
--> tests/compile-fail/get-set-on-private-input-field.rs:1:5
|
|
||||||
|
|
|
||||||
1 | use salsa::prelude::*;
|
|
||||||
| ^^^^^^^^^^^^^^
|
|
||||||
|
|
|
||||||
= note: `#[warn(unused_imports)]` on by default
|
|
||||||
|
|
|
@ -114,10 +114,11 @@ error[E0117]: only traits defined in the current crate can be implemented for ar
|
||||||
|
|
|
|
||||||
47 | impl<'db> std::default::Default for [MyTracked<'db>; 12] {
|
47 | impl<'db> std::default::Default for [MyTracked<'db>; 12] {
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------
|
||||||
| | |
|
| |
|
||||||
| | this is not defined in the current crate because arrays are always foreign
|
| this is not defined in the current crate because arrays are always foreign
|
||||||
| impl doesn't use only types from inside the current crate
|
|
||||||
|
|
|
|
||||||
|
= note: impl doesn't have any local type before any uncovered type parameters
|
||||||
|
= note: for more information see https://doc.rust-lang.org/reference/items/implementations.html#orphan-rules
|
||||||
= note: define and implement a trait or new type instead
|
= note: define and implement a trait or new type instead
|
||||||
|
|
||||||
error[E0308]: mismatched types
|
error[E0308]: mismatched types
|
||||||
|
|
Loading…
Reference in a new issue