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-02-23 04:14:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
921de9d8ea
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-20 01:58:14 +00:00
// repr currently doesn't support literals
#[
repr(
"
C
"
)
]
//~ ERROR E0565
Allow specifying alignment for functions
2021-01-21 02:49:04 +00:00
struct
A
{
}
syntax: Forbid non-string literals in meta items. #623
2013-10-30 00:47:11 +00:00
Allow specifying alignment for functions
2021-01-21 02:49:04 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink