e.g : ```rust #[doc = concat!("Hello", " world")] struct Bar; ``` It is unstable feature and it is used in rustc [master](https://github.com/rust-lang/rust/blob/0464f638af99a7c0876e9b8f96db5bbf917e3fe2/library/core/src/num/int_macros.rs#L13) already. <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_ASSIGN_START --> <!-- TRIAGEBOT_ASSIGN_END --> <!-- TRIAGEBOT_END -->
e.g :
It is unstable feature and it is used in rustc master already.