未验证 提交 15349ef5 编写于 作者: C Camelid 提交者: GitHub

Minor improvements to `mir::Constant` docs

上级 1f26a189
...@@ -2285,8 +2285,8 @@ fn fmt(&self, fmt: &mut Formatter<'_>) -> fmt::Result { ...@@ -2285,8 +2285,8 @@ fn fmt(&self, fmt: &mut Formatter<'_>) -> fmt::Result {
/// Constants /// Constants
/// ///
/// Two constants are equal if they are the same constant. Note that /// Two constants are equal if they are the same constant. Note that
/// this does not necessarily mean that they are "==" in Rust -- in /// this does not necessarily mean that they are `==` in Rust -- in
/// particular one must be wary of `NaN`! /// particular, one must be wary of `NaN`!
#[derive(Clone, Copy, PartialEq, TyEncodable, TyDecodable, HashStable)] #[derive(Clone, Copy, PartialEq, TyEncodable, TyDecodable, HashStable)]
pub struct Constant<'tcx> { pub struct Constant<'tcx> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册