This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-11 17:37:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aad1db7373
rust
/
tests
/
ui
/
error-codes
/
E0263.rs
6 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
E0263 updated to new format. rust-lang/rust#35518
2016-08-09 20:42:35 +00:00
fn
foo
<
'
a
,
'
b
,
'
a
>
(
x
:
&
'
a
str
,
y
:
&
'
b
str
)
{
Use the same message as type & const generics.
2022-06-02 18:46:40 +00:00
//~^ ERROR E0403
E0263 updated to new format. rust-lang/rust#35518
2016-08-09 20:42:35 +00:00
}
Add new error code tests
2016-08-05 11:17:39 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink