You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.rs:7:12:7:25 error: cannot infer an appropriate lifetime for automatic coercion due to conflicting requirements
test.rs:7f:&'static [10]
^~~~~~~~~~~~~
test.rs:6:5:6:8 note:first, the lifetime cannot outlive the statement at 6:4...
test.rs:6Foo{
^~~
test.rs:7:12:7:25note: ...so that reference does not outlive borrowed content
test.rs:7f:&'static [10]
^~~~~~~~~~~~~
note: but, the lifetime must be valid for the static lifetime...
test.rs:7:12:7:25note: ...so that expression is assignable(expected `&'static [int]` but found `&[int]`)
test.rs:7f:&'static [10]
^~~~~~~~~~~~~
error: aborting due to previous error
task 'rustc' failed at 'explicit failure', /build/rust-git/src/rust/src/libsyntax/diagnostic.rs:75task'<main>' failed at 'explicit failure', /build/rust-git/src/rust/src/librustc/lib.rs:448
I would expect this to compile but it doesn't:
cc @nikomatsakis
The text was updated successfully, but these errors were encountered: