Skip to content

Commit

Permalink
it's good
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jun 24, 2024
1 parent 3fd870f commit 5cbe595
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions tests/macro/compile_error.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ error[E0277]: the trait bound `UnitExternal: specta::Flatten` is not satisfied
| ^^^^^^^^^^^^ the trait `specta::Flatten` is not implemented for `UnitExternal`
|
= help: the following other types implement trait `specta::Flatten`:
toml::map::Map<K, V>
Arc<T>
BTreeMap<K, V>
Box<T>
Cell<T>
Duration
FlattenExternal
toml_datetime::datetime::Datetime
FlattenUntagged
FlattenInternal
Box<T>
serde_json::map::Map<K, V>
HashMap<K, V>
FlattenUntagged
and $N others
note: required by a bound in `_::<impl specta::Type for FlattenExternal>::inline::validate_flatten`
--> tests/macro/compile_error.rs:29:10
Expand All @@ -106,14 +106,14 @@ error[E0277]: the trait bound `UnnamedMultiExternal: specta::Flatten` is not sat
| ^^^^^^^^^^^^^^^^^^^^ the trait `specta::Flatten` is not implemented for `UnnamedMultiExternal`
|
= help: the following other types implement trait `specta::Flatten`:
toml::map::Map<K, V>
Arc<T>
BTreeMap<K, V>
Box<T>
Cell<T>
Duration
FlattenExternal
toml_datetime::datetime::Datetime
FlattenUntagged
FlattenInternal
Box<T>
serde_json::map::Map<K, V>
HashMap<K, V>
FlattenUntagged
and $N others
note: required by a bound in `_::<impl specta::Type for FlattenExternal>::inline::validate_flatten`
--> tests/macro/compile_error.rs:29:10
Expand All @@ -129,14 +129,14 @@ error[E0277]: the trait bound `UnnamedUntagged: specta::Flatten` is not satisfie
| ^^^^^^^^^^^^^^^ the trait `specta::Flatten` is not implemented for `UnnamedUntagged`
|
= help: the following other types implement trait `specta::Flatten`:
toml::map::Map<K, V>
Arc<T>
BTreeMap<K, V>
Box<T>
Cell<T>
Duration
FlattenExternal
toml_datetime::datetime::Datetime
FlattenUntagged
FlattenInternal
Box<T>
serde_json::map::Map<K, V>
HashMap<K, V>
FlattenUntagged
and $N others
note: required by a bound in `_::<impl specta::Type for FlattenUntagged>::inline::validate_flatten`
--> tests/macro/compile_error.rs:49:10
Expand All @@ -152,14 +152,14 @@ error[E0277]: the trait bound `UnnamedMultiUntagged: specta::Flatten` is not sat
| ^^^^^^^^^^^^^^^^^^^^ the trait `specta::Flatten` is not implemented for `UnnamedMultiUntagged`
|
= help: the following other types implement trait `specta::Flatten`:
toml::map::Map<K, V>
Arc<T>
BTreeMap<K, V>
Box<T>
Cell<T>
Duration
FlattenExternal
toml_datetime::datetime::Datetime
FlattenUntagged
FlattenInternal
Box<T>
serde_json::map::Map<K, V>
HashMap<K, V>
FlattenUntagged
and $N others
note: required by a bound in `_::<impl specta::Type for FlattenUntagged>::inline::validate_flatten`
--> tests/macro/compile_error.rs:49:10
Expand All @@ -175,14 +175,14 @@ error[E0277]: the trait bound `UnnamedInternal: specta::Flatten` is not satisfie
| ^^^^^^^^^^^^^^^ the trait `specta::Flatten` is not implemented for `UnnamedInternal`
|
= help: the following other types implement trait `specta::Flatten`:
toml::map::Map<K, V>
Arc<T>
BTreeMap<K, V>
Box<T>
Cell<T>
Duration
FlattenExternal
toml_datetime::datetime::Datetime
FlattenUntagged
FlattenInternal
Box<T>
serde_json::map::Map<K, V>
HashMap<K, V>
FlattenUntagged
and $N others
note: required by a bound in `_::<impl specta::Type for FlattenInternal>::inline::validate_flatten`
--> tests/macro/compile_error.rs:67:10
Expand Down

0 comments on commit 5cbe595

Please sign in to comment.