path trimming: ignore type aliases
This commit is contained in:
parent
cfba499271
commit
eaefe4a230
79 changed files with 192 additions and 191 deletions
|
|
@ -13,12 +13,12 @@ error[E0308]: mismatched types
|
|||
--> $DIR/unclosed-delimiter-in-dep.rs:4:20
|
||||
|
|
||||
LL | let _: usize = unclosed_delim_mod::new();
|
||||
| ----- ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found enum `std::result::Result`
|
||||
| ----- ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found enum `Result`
|
||||
| |
|
||||
| expected due to this
|
||||
|
|
||||
= note: expected type `usize`
|
||||
found enum `std::result::Result<Value, ()>`
|
||||
found enum `Result<Value, ()>`
|
||||
|
||||
error: aborting due to 2 previous errors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue