ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Post

TIL: in Rust, adding a Drop impl to a type is a Major semver change which is globally visible; it can be observed even through opaque intermediate types. github.com/obi1kenobi/c...

May 1, 2025, 2:24 PM

Record data

{
  "uri": "at://did:plc:htsnmeozwqcgo3ar7z65azjr/app.bsky.feed.post/3lo4j7abbic2m",
  "cid": "bafyreihwfeajpqav4tnpoxwoyul2cl7u3otprft5h2vlbx3ep7saajlbyy",
  "value": {
    "text": "TIL: in Rust, adding a Drop impl to a type is a Major semver change which is globally visible; it can be observed even through opaque intermediate types.\n\ngithub.com/obi1kenobi/c...",
    "$type": "app.bsky.feed.post",
    "embed": {
      "$type": "app.bsky.embed.external",
      "external": {
        "uri": "https://github.com/obi1kenobi/cargo-semver-checks/issues/930",
        "thumb": {
          "$type": "blob",
          "ref": {
            "$link": "bafkreifwycxordvmyvmlyvhv3236lnpa6qsx4iurtv5uwt3lea2idssvhi"
          },
          "mimeType": "image/jpeg",
          "size": 349519
        },
        "title": "Adding `Drop` impl to a type used in a public API type is a SemVer hazard · Issue #930 · obi1kenobi/cargo-semver-checks",
        "description": "If a type in the public API has no components that impl Drop, adding the first impl Drop on that type or any of its components appears to be a major breaking change: playground struct Foo; // Addin..."
      }
    },
    "langs": [
      "en"
    ],
    "facets": [
      {
        "index": {
          "byteEnd": 181,
          "byteStart": 155
        },
        "features": [
          {
            "uri": "https://github.com/obi1kenobi/cargo-semver-checks/issues/930",
            "$type": "app.bsky.richtext.facet#link"
          }
        ]
      }
    ],
    "createdAt": "2025-05-01T14:24:24.814Z"
  }
}