This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
rust
/
tests
/
ui
/
error-codes
/
E0565.rs
6 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement RFC#1559: allow all literals in attributes.
2016-08-19 18:58:14 -07:00
// repr currently doesn't support literals
#[
repr(
"
C
"
)
]
//~ ERROR E0565
Allow specifying alignment for functions
2021-01-20 21:49:04 -05:00
struct
A
{
}
syntax: Forbid non-string literals in meta items. #623
2013-10-29 17:47:11 -07:00
Allow specifying alignment for functions
2021-01-20 21:49:04 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink