Reports duplicated keys within the same section of a Cargo.toml file.

Example:


  [foo]
  bar = 1 # Property redefinition is not allowed
  bar = 2 # Property redefinition is not allowed