rustc_middle: Fix opt_item_ident
for non-local def ids
This commit is contained in:
parent
82cd953c7c
commit
6f6c379ee0
23 changed files with 88 additions and 42 deletions
|
@ -5,7 +5,8 @@ LL | fn f(p: Path) { }
|
|||
| ^ doesn't have a size known at compile-time
|
||||
|
|
||||
= help: within `Path`, the trait `Sized` is not implemented for `[u8]`
|
||||
= note: required because it appears within the type `Path`
|
||||
note: required because it appears within the type `Path`
|
||||
--> $SRC_DIR/std/src/path.rs:LL:COL
|
||||
= help: unsized fn params are gated as an unstable feature
|
||||
help: function arguments must have a statically known size, borrowed types always have a known size
|
||||
|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue