Lines Matching refs:value
193 /// #[my_attr(value < 5)]
203 /// #[precondition(value < 5)]
456 /// A name-value meta is like the `path = "..."` in `#[path =
471 /// A name-value pair within an attribute, like `feature = "nightly"`.
487 /// A name-value pair within an attribute, like `feature = "nightly"`.
492 pub value: Expr,
549 "expected a value for this attribute: `{} = ...`",
697 let value = if let (Some(lit), true) = (lit, ahead.is_empty()) {
711 value,
773 self.value.to_tokens(tokens);